aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-02-14 04:27:32 -0500
committerThedro Neely <thedroneely@gmail.com>2020-02-14 04:27:32 -0500
commit3a4058b6f7b0cd772cb2cf903a1536e679a8f816 (patch)
tree52009c87c1d6328bf5e61564c21d713db4d94ed0 /public
parentf3ec3f51a62089698478e0d273698391ec07f187 (diff)
downloadgitea-templates-3a4058b6f7b0cd772cb2cf903a1536e679a8f816.tar.gz
gitea-templates-3a4058b6f7b0cd772cb2cf903a1536e679a8f816.tar.bz2
gitea-templates-3a4058b6f7b0cd772cb2cf903a1536e679a8f816.zip
public/css/override: Active tab item adjustments
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 4ece10f..ee9a6f2 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -47,7 +47,7 @@ a, .ui.breadcrumb a { color: #0366d6; }
/*
* Override explore repos header names font weight
*/
-.ui.secondary.pointing.menu .active.item { font-weight: 700 !important; background-color: #f2f2f2; }
+.ui.secondary.pointing.menu .active.item { font-weight: 400 !important; background-color: #f2f2f2 !important; }
#user-heatmap { display: block; }