remove codeberg style and add meta.akkoma style
This commit is contained in:
parent
959ed305d1
commit
41b772ccce
|
@ -1,21 +0,0 @@
|
||||||
/* ==UserStyle==
|
|
||||||
@name Gitea Dark Compliments
|
|
||||||
@namespace codeberg.org/siina/userstyles
|
|
||||||
@description Simple Gitea changes to augment dark themes
|
|
||||||
@author Siina Mashek <siina@criminallycute.fi>
|
|
||||||
@homepageURL https://codeberg.org/siina/userstyles
|
|
||||||
@supportURL https://codeberg.org/siina/userstyles/issues
|
|
||||||
@updateURL https://codeberg.org/siina/userstyles/raw/branch/main/gitea-dark-compliments.styl
|
|
||||||
@version 1.0.0
|
|
||||||
@license Unlicense
|
|
||||||
==/UserStyle== */
|
|
||||||
@-moz-document domain("codeberg.org") {
|
|
||||||
* {
|
|
||||||
/* Change the primary colour from green to a grey */
|
|
||||||
--color-primary: var(--color-text-light-2);
|
|
||||||
}
|
|
||||||
#navbar {
|
|
||||||
/* Needs !important because gitea themes use it */
|
|
||||||
background-color: var(--color-secondary) !important;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
/* ==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== */
|
||||||
|
|
||||||
|
@-moz-document url-prefix("https://meta.akkoma.dev/") {
|
||||||
|
img#site-logo {
|
||||||
|
filter: invert(100%);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue