summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.css3
1 files changed, 2 insertions, 1 deletions
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 {