Adding gitea theme
This commit is contained in:
parent
612d54e654
commit
959ed305d1
|
@ -0,0 +1,21 @@
|
|||
/* ==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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue