From 90fc8be180b323f8cc5496b0405883638c585f54 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Fri, 24 Jan 2020 00:51:41 -0500 Subject: public/css/override: Counter color changes --- public/css/override.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') 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; } -- cgit v1.2.3