summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-09-09 11:16:14 -0400
committerrealtradam <[email protected]>2024-09-09 11:16:14 -0400
commite07489cdaea6096e7d3adf68acd0c1c6819eee01 (patch)
treea704d068d5ada5e3526f9fd6699db24dc671dfc0
parent47a9f2e05108b65d7807e7c365926cf04f163ee8 (diff)
downloadraylib.com-border-header-fix.tar.gz
raylib.com-border-header-fix.zip
fix 1px of white underneath active header itemborder-header-fix
-rw-r--r--common/main.css4
1 files 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
+}