From df44a82cb37f5899f0864b61350aa8cf9f91e7e9 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 11 Oct 2019 13:05:42 -0300 Subject: Fix the presentation of the active tabs --- cgit.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cgit.css b/cgit.css index 626c7f8..2578ad0 100644 --- a/cgit.css +++ b/cgit.css @@ -81,7 +81,7 @@ div#cgit table.tabs td { } div#cgit table.tabs td a { - padding: 2px 0.75em; + padding: 0px 0.75em; color: #ccc; font-size: 110%; } @@ -89,6 +89,7 @@ div#cgit table.tabs td a { div#cgit table.tabs td a.active { color: #ccc; background-color: #22222b; + border-bottom: 3px solid #ff2e88; } div#cgit table.tabs a[href^="http://"]:after, div#cgit table.tabs a[href^="https://"]:after { -- cgit v1.2.3