From 2813fed8a420324714fd803a19ae3392fcb41b67 Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 13 Jul 2024 15:04:07 +0900 Subject: [PATCH] fix --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 14d97558..0094375f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -495,7 +495,7 @@ header#header { } nav.navbar.navbar-expand-lg.navbar-light.bg-light{ - border-bottom: solid 2px #f1f1f1; + border-bottom: solid 1px #fff700; background: #313131; }