From f3ec3f51a62089698478e0d273698391ec07f187 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Fri, 14 Feb 2020 02:26:05 -0500 Subject: public/css/override: Use background on active tab --- 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 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; } -- cgit v1.2.3