Merge pull request #213 from simonporte/main

Fix transparency level behind links
This commit is contained in:
Bastien Wirtz 2021-09-13 12:45:58 -07:00 committed by GitHub
commit 1ed0a2f387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,8 +140,7 @@ body {
} }
} }
} }
.navbar, .navbar {
.navbar-menu {
background-color: var(--highlight-secondary); background-color: var(--highlight-secondary);
a { a {
@ -153,6 +152,9 @@ body {
background-color: var(--highlight-hover); background-color: var(--highlight-hover);
} }
} }
.navbar-menu {
background-color: inherit;
}
} }
.navbar-end { .navbar-end {
text-align: right; text-align: right;