Removing akkoma

This commit is contained in:
Siina Mashek 2023-10-22 11:56:00 +03:00
parent 8c48d823c4
commit 4413ff12b0

View File

@ -1,14 +0,0 @@
/* ==UserStyle==
* @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== */
@-moz-document domain("akkoma.dev") {
#navbar div.item.brand a img, /* Gitea */
img#site-logo { /* Discourse */
filter: invert(100%);
}
}