From 3cbdf97a5ba7dd7960515c0299164e91d8c81b0b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 30 Mar 2025 18:02:16 +0800 Subject: Fix tabs look --- static/style.css | 4 ++-- templates/repo_index.tmpl | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/static/style.css b/static/style.css index 8bfe351..ecec229 100644 --- a/static/style.css +++ b/static/style.css @@ -498,7 +498,7 @@ td > ul { display: inline-flex; flex-wrap: nowrap; padding: 0; - border-bottom: 0.25rem var(--lighter-box-background-color) solid; + border-bottom: 0.25rem var(--darker-box-background-color) solid; } .nav-tabs-standalone li { @@ -508,7 +508,7 @@ td > ul { .nav-item.active { font-weigt: bold; - background-color: var(--lighter-box-background-color); + background-color: var(--darker-box-background-color); } .nav-item a, .nav-item a:link, .nav-item a:visited { diff --git a/templates/repo_index.tmpl b/templates/repo_index.tmpl index 6ccde83..767e0c8 100644 --- a/templates/repo_index.tmpl +++ b/templates/repo_index.tmpl @@ -13,23 +13,23 @@ {{- template "header" . -}}
-- cgit v1.2.3