Adding coverage for gitea
This commit is contained in:
parent
41b772ccce
commit
bdcb8ec06f
|
@ -1,13 +1,14 @@
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name invert meta.akkoma logo
|
* @name invert meta.akkoma logo
|
||||||
@namespace github.com/openstyles/stylus
|
* @namespace github.com/openstyles/stylus
|
||||||
@version 1.0.0
|
* @version 1.1.0
|
||||||
@description Invert akkoma logo, for use with light theme
|
* @description Invert akkoma logo, for use with light theme
|
||||||
@author @siina@fedi.criminallycute.fi
|
* @author @siina@fedi.criminallycute.fi
|
||||||
==/UserStyle== */
|
* ==/UserStyle== */
|
||||||
|
|
||||||
@-moz-document url-prefix("https://meta.akkoma.dev/") {
|
@-moz-document domain("akkoma.dev") {
|
||||||
img#site-logo {
|
#navbar div.item.brand a img, /* Gitea */
|
||||||
|
img#site-logo { /* Discourse */
|
||||||
filter: invert(100%);
|
filter: invert(100%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue