userstyles/invert-meta.akkoma-logo.styl

15 lines
427 B
Stylus
Raw Normal View History

/* ==UserStyle==
2023-01-05 14:46:55 +02:00
* @name invert meta.akkoma logo
* @namespace github.com/openstyles/stylus
* @version 1.1.0
* @description Invert akkoma logo, for use with light theme
* @author @siina@fedi.criminallycute.fi
* ==/UserStyle== */
2023-01-05 14:46:55 +02:00
@-moz-document domain("akkoma.dev") {
#navbar div.item.brand a img, /* Gitea */
img#site-logo { /* Discourse */
filter: invert(100%);
}
}