14 lines
364 B
Stylus
14 lines
364 B
Stylus
|
/* ==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%);
|
||
|
}
|
||
|
}
|