forked from extern/homer
Fix transparency level behind links
This commit is contained in:
parent
7596bc527f
commit
addaf36c3d
@ -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