mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-12-25 16:19:04 +01:00
Merge pull request #213 from simonporte/main
Fix transparency level behind links
This commit is contained in:
commit
1ed0a2f387
@ -140,8 +140,7 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
.navbar,
|
||||
.navbar-menu {
|
||||
.navbar {
|
||||
background-color: var(--highlight-secondary);
|
||||
|
||||
a {
|
||||
@ -153,6 +152,9 @@ body {
|
||||
background-color: var(--highlight-hover);
|
||||
}
|
||||
}
|
||||
.navbar-menu {
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
.navbar-end {
|
||||
text-align: right;
|
||||
|
Loading…
Reference in New Issue
Block a user