Make navbar background less transparent
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user