Adding coverage for gitea

This commit is contained in:
Siina Mashek 2023-01-05 14:46:55 +02:00
parent 41b772ccce
commit bdcb8ec06f

View File

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