From 3cbdf97a5ba7dd7960515c0299164e91d8c81b0b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 30 Mar 2025 18:02:16 +0800 Subject: [PATCH] Fix tabs look --- static/style.css | 4 ++-- templates/repo_index.tmpl | 12 ++++++------ diff --git a/static/style.css b/static/style.css index 8bfe35156f1df9da9ae1c4f64fd0cdca5b7178cb..ecec229577edc4f3d8899d6c8e381aab8b6735ea 100644 --- a/static/style.css +++ b/static/style.css @@ -498,7 +498,7 @@ flex-grow: 1; 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 @@ } .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 6ccde83d5e69fd3759a1e64e846491f99de36d99..767e0c8b1f8a07faf77d94d01ba0d606b5f2d362 100644 --- a/templates/repo_index.tmpl +++ b/templates/repo_index.tmpl @@ -13,23 +13,23 @@ {{- template "header" . -}}
-- 2.48.1