From e07489cdaea6096e7d3adf68acd0c1c6819eee01 Mon Sep 17 00:00:00 2001 From: realtradam Date: Mon, 9 Sep 2024 11:16:14 -0400 Subject: fix 1px of white underneath active header item --- common/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/main.css b/common/main.css index 9edc349..90e37c1 100644 --- a/common/main.css +++ b/common/main.css @@ -264,7 +264,7 @@ li { position: relative; border: 2px solid #c8c8c8; - border-bottom: none; + border-bottom-color: #5050; } .menu a:hover, @@ -687,4 +687,4 @@ a#game-template:hover { } -} \ No newline at end of file +} -- cgit v1.2.3