summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorjaqra <48099350+jaqra@users.noreply.github.com>2019-12-04 04:39:58 +0300
committertechknowlogick <techknowlogick@gitea.io>2019-12-03 20:39:58 -0500
commit8875586570599f92ba9ab0def1ed87b7efc411fc (patch)
treed88194a8e15a3b26ab1eecdaa08c4c2fb68e362d /public
parentbac4b78e0908c0cb01a3842436950c7bcf793cf9 (diff)
downloadgitea-8875586570599f92ba9ab0def1ed87b7efc411fc.tar.gz
gitea-8875586570599f92ba9ab0def1ed87b7efc411fc.zip
Change some label colors (#9051)
* Change label colors * Override black basic label background for green theme on label list
Diffstat (limited to 'public')
-rw-r--r--public/css/theme-arc-green.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/theme-arc-green.css b/public/css/theme-arc-green.css
index d4d71ff086..53aa58b8b3 100644
--- a/public/css/theme-arc-green.css
+++ b/public/css/theme-arc-green.css
@@ -208,6 +208,7 @@ input{background:#2e323e}
.ui.blue.button:focus,.ui.blue.buttons .button:focus{background-color:#a27558}
.ui.basic.blue.button:hover,.ui.basic.blue.buttons .button:hover{box-shadow:0 0 0 1px #87ab63 inset!important;color:#87ab63!important}
.ui.basic.blue.button:focus,.ui.basic.blue.buttons .button:focus{box-shadow:0 0 0 1px #87ab63 inset!important;color:#87ab63!important}
+.repository.labels .ui.basic.black.label{background-color:#bbb!important}
.lines-commit{background:#2e323e!important}
.bottom-line{border-color:#4e525e!important}
.lines-num{background:#2e323e!important;color:#9e9e9e!important;border-color:#2d2d2d!important}