Font Fixes
This commit is contained in:
@@ -347,6 +347,19 @@ textarea[component="topic/quickreply/text"]::placeholder {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
[component="sidebar/left"] .nav-link.active,
|
||||
[component="sidebar/left"] .nav-link[aria-current="page"],
|
||||
[component="sidebar/right"] .nav-link.active,
|
||||
[component="sidebar/right"] .nav-link[aria-current="page"],
|
||||
.bottombar-nav .nav-link.active,
|
||||
.bottombar-nav .nav-link[aria-current="page"] {
|
||||
background: rgba(194, 163, 90, 0.1) !important;
|
||||
color: var(--wg-text) !important;
|
||||
box-shadow:
|
||||
inset 0 0 0 1px rgba(194, 163, 90, 0.12),
|
||||
inset 0 1px 0 rgba(255, 244, 221, 0.035);
|
||||
}
|
||||
|
||||
[component="sidebar/left"] .nav-link:hover,
|
||||
[component="sidebar/left"] .nav-link:focus,
|
||||
[component="sidebar/right"] .nav-link:hover,
|
||||
|
||||
Reference in New Issue
Block a user