From 3a4058b6f7b0cd772cb2cf903a1536e679a8f816 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Fri, 14 Feb 2020 04:27:32 -0500 Subject: public/css/override: Active tab item adjustments --- public/css/override.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3