diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-30 18:02:16 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-30 18:02:16 +0800 |
commit | 3cbdf97a5ba7dd7960515c0299164e91d8c81b0b (patch) | |
tree | da97c6b0faf46641b7dd4a9313fcad48b51c8a41 /static | |
parent | Avoid allocations by using unsafe strinng/bytes conversions (diff) | |
download | forge-3cbdf97a5ba7dd7960515c0299164e91d8c81b0b.tar.gz forge-3cbdf97a5ba7dd7960515c0299164e91d8c81b0b.tar.zst forge-3cbdf97a5ba7dd7960515c0299164e91d8c81b0b.zip |
Fix tabs look
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 2 insertions, 2 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 { |