diff --git a/src/style/global.css b/src/style/global.css index 4996057..facd8f1 100644 --- a/src/style/global.css +++ b/src/style/global.css @@ -55,7 +55,7 @@ button.dark-mode button { color: var(--white); } body.dark-mode nav { - background: rgba(0, 0, 0, 0.8); + background: rgba(0, 0, 0, 0.9); } header { @@ -70,7 +70,7 @@ nav { position: sticky; top: 0; text-align: center; - background: rgba(255, 255, 255, 0.8); + background: rgba(255, 255, 255, 0.9); } nav a {