Remove mobile sidebar overlay transparency - make fully opaque

This commit is contained in:
Keith Smith
2025-12-27 08:55:37 -07:00
parent 7f2096db86
commit fc1a4844a3
+1 -1
View File
@@ -877,7 +877,7 @@ a:hover {
display: none;
position: fixed;
inset: 0;
background-color: rgba(0, 0, 0, 0.75);
background-color: rgba(0, 0, 0, 1);
z-index: 40;
}