Adding coverage for gitea
This commit is contained in:
parent
41b772ccce
commit
bdcb8ec06f
|
@ -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%);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue