mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-09 20:52:34 +01:00
fix active navbar item background
This commit is contained in:
parent
b06c2941ee
commit
fad18905ff
@ -114,10 +114,10 @@ b:hover {
|
||||
color: var(--text)
|
||||
}
|
||||
|
||||
.ui.secondary.menu .active.item,
|
||||
.ui.secondary.menu .active.item:hover {
|
||||
.following.bar.light.ui.secondary.menu .active.item,
|
||||
.following.bar.lightui.secondary.menu .active.item:hover {
|
||||
box-shadow: none;
|
||||
background: rgba(0, 0, 0, .05);
|
||||
background: rgba(0, 0, 0, .25) !important;
|
||||
color: var(--accent-color);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user