aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-23 17:35:03 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-23 17:35:03 -0500
commitcbaa0902775e14a2febca7988c3d98ce34196030 (patch)
treef10d21448c3898e7321dfebe25aaf84c43291d82
parentca61038c9f7fb4627d380906ccd12bc64227fb5a (diff)
downloadgitea-templates-cbaa0902775e14a2febca7988c3d98ce34196030.tar.gz
gitea-templates-cbaa0902775e14a2febca7988c3d98ce34196030.tar.bz2
gitea-templates-cbaa0902775e14a2febca7988c3d98ce34196030.zip
public/css/override: Add more specificity and cleanup
-rw-r--r--public/css/override.css7
1 files changed, 4 insertions, 3 deletions
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; }