From cbaa0902775e14a2febca7988c3d98ce34196030 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Thu, 23 Jan 2020 17:35:03 -0500 Subject: public/css/override: Add more specificity and cleanup --- public/css/override.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'public') diff --git a/public/css/override.css b/public/css/override.css index 314079a..dbf2e22 100644 --- a/public/css/override.css +++ b/public/css/override.css @@ -45,17 +45,18 @@ a, .ui.breadcrumb a { color: #0366d6; } border-radius: 2rem !important; padding: 0.5rem 1rem; } -.repo-name { font-weight: bold; } +.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: bold; } +.repository .navbar .ui.label { padding: 0.25rem 0.75rem; border-radius: 1rem; background-color: #dedede; color: #444; 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; } .repository a.item { padding: 0.5rem 1.5rem !important; } .ui.label { color: #145180; font-weight: 400; font-size: 0.9rem !important; } -.ui.breadcrumb .divider { margin: 0 } +.repo-title .divider { margin: 0; } +.ui.breadcrumb .divider { font-weight: 700; color: #000; } .ui.tabular.menu .item { color: #444; } .ui.tabular.menu .active.item { border-top-width: 2px; font-weight: 400; } -- cgit v1.2.3