mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-02 22:00:34 +01:00
fix nav colors
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
overflow: auto;
|
||||
|
||||
.active {
|
||||
background-color: $gray-700;
|
||||
background-color: var(--bs-secondary-bg);
|
||||
}
|
||||
|
||||
li a {
|
||||
@@ -24,9 +24,9 @@
|
||||
li {
|
||||
display: inline-block;
|
||||
>a:hover, >a:focus {
|
||||
color: $gray-300;
|
||||
background-color: $gray-700;
|
||||
}
|
||||
color: var(--bs-secondary-color);
|
||||
background-color: var(--bs-secondary-bg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user