userstyles/invert-meta.akkoma-logo.styl

14 lines
364 B
Stylus
Raw Normal View History

/* ==UserStyle==
@name invert meta.akkoma logo
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Invert akkoma logo, for use with light theme
@author @siina@fedi.criminallycute.fi
==/UserStyle== */
@-moz-document url-prefix("https://meta.akkoma.dev/") {
img#site-logo {
filter: invert(100%);
}
}