aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-02-14 02:26:05 -0500
committerThedro Neely <thedroneely@gmail.com>2020-02-14 02:26:05 -0500
commitf3ec3f51a62089698478e0d273698391ec07f187 (patch)
treed23df22afb6723d33f85a43d7135f4190206ddb4 /public
parentc141f2111a3348564002b49f26e26f6cb330c370 (diff)
downloadgitea-templates-f3ec3f51a62089698478e0d273698391ec07f187.tar.gz
gitea-templates-f3ec3f51a62089698478e0d273698391ec07f187.tar.bz2
gitea-templates-f3ec3f51a62089698478e0d273698391ec07f187.zip
public/css/override: Use background on active tab
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 680eaa9..4ece10f 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; border-bottom: 1px solid !important; }
+.ui.secondary.pointing.menu .active.item { font-weight: 700 !important; background-color: #f2f2f2; }
#user-heatmap { display: block; }