Small color tweaks

This commit is contained in:
Sasha Koshka 2022-08-28 20:41:39 -04:00 committed by emma
parent fcd4b06923
commit 33cee25715
1 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
* derived from https://github.com/go-gitea/gitea/blob/main/web_src/less/themes/theme-arc-green.less */
/* derived from https://github.com/go-gitea/gitea/blob/main/web_src/less/themes/theme-arc-green.less */
@font-face {
font-family: Mononoki;
src: url("https://tebibyte.media/blog/assets/mononoki.ttf") format("truetype"),
@ -76,7 +76,7 @@
--color-secondary-alpha-80: hsla(0, 20%, 20%, 80%);
--color-secondary-alpha-90: hsla(0, 0%, 20%, 90%);
/* colors */
--color-red: #db2828;
--color-red: hsl(0, 80%, 40%);
--color-orange: #f2711c;
--color-yellow: #fbbd08;
--color-olive: #b5cc18;
@ -125,7 +125,7 @@
--color-text-light-2: hsl(0, 25%, 60%);
--color-text-light-3: hsl(0, 25%, 50%);
--color-footer: hsl(0, 20%, 5%);
--color-timeline: #4c525e;
--color-timeline: var(--color-secondary);
--color-input-text: hsl(0, 25%, 90%);
--color-input-background: hsl(0, 20%, 7%);
--color-input-border: hsl(0, 80%, 20%);
@ -168,6 +168,11 @@
background-color: hsl(0, 20%, 20%) !important;
}
.ui.purple.labels .label, .ui.ui.ui.purple.label {
background-color: var(--color-purple) !important;
border-color: var(--color-purple) !important;
}
.ui.divider:not(.vertical):not(.horizontal) {
border-bottom-color: var(--color-secondary);
border-top-color: transparent;