aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-24 00:51:41 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-24 00:51:41 -0500
commit90fc8be180b323f8cc5496b0405883638c585f54 (patch)
tree3647dd1358c01d5d6b8dad32d212e39d09683438 /public
parent4a5ec479a11a426e0c3bbb52432e54ecfb92771b (diff)
downloadgitea-templates-90fc8be180b323f8cc5496b0405883638c585f54.tar.gz
gitea-templates-90fc8be180b323f8cc5496b0405883638c585f54.tar.bz2
gitea-templates-90fc8be180b323f8cc5496b0405883638c585f54.zip
public/css/override: Counter color changes
Diffstat (limited to 'public')
-rw-r--r--public/css/override.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/override.css b/public/css/override.css
index 488739c..0b5b69c 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -48,7 +48,7 @@ a, .ui.breadcrumb a { color: #0366d6; }
.repo-name { font-weight: 700; }
.repository .header-wrapper { background-color: #fafbfc; }
-.repository .navbar .ui.label { padding: 0.25rem 0.75rem; border-radius: 1rem; background-color: #dedede; color: #444; font-weight: 700; }
+.repository .navbar .ui.label { padding: 0.25rem 0.75rem; border-radius: 1rem; background-color: #e8e9eb; color: #555; font-weight: 700; }
.repository.file.list #repo-desc, .repo-description { font-size: 1rem !important; margin: 0.75rem 0; }
.repository .item { border-top: 3px solid transparent; }