Make navbar background less transparent

This commit is contained in:
Cassidy Williams
2023-01-27 00:02:39 -06:00
parent b90e0de888
commit 153a7a0562

View File

@@ -55,7 +55,7 @@ button.dark-mode button {
color: var(--white); color: var(--white);
} }
body.dark-mode nav { body.dark-mode nav {
background: rgba(0, 0, 0, 0.8); background: rgba(0, 0, 0, 0.9);
} }
header { header {
@@ -70,7 +70,7 @@ nav {
position: sticky; position: sticky;
top: 0; top: 0;
text-align: center; text-align: center;
background: rgba(255, 255, 255, 0.8); background: rgba(255, 255, 255, 0.9);
} }
nav a { nav a {