From f0fb3cac47e4f1af6b179bf70067f6c6c02a65e2 Mon Sep 17 00:00:00 2001 From: Petr Velycko Date: Sat, 14 Jun 2025 20:38:07 +0200 Subject: [PATCH] fix border for menu --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index cdb8a15..4f35721 100644 --- a/static/style.css +++ b/static/style.css @@ -32,8 +32,8 @@ a { overflow: hidden; background-color: #17a; padding: 0.7ex; - border-top: 1px solid #ccc; - border-bottom: 1px solid #069; + border-top: 1px solid #17a; + border-bottom: 1px solid #17a; } #menu a { @@ -163,7 +163,7 @@ h4 { color: #bdbdbd; } #menu { - border-top: 1px solid #222; + border-top: 1px solid #17a; } #header { background-color: #111;