Fixed selected bar text color to correct theme variable
This commit is contained in:
parent
a72c2df48d
commit
ad25f14b53
|
@ -64,7 +64,7 @@ a[name]:hover {
|
||||||
color:var(--selected-background-color);
|
color:var(--selected-background-color);
|
||||||
}
|
}
|
||||||
.navBarCell1Rev {
|
.navBarCell1Rev {
|
||||||
color: var(--navbar-text-color);
|
color: var(--selected-text-color);
|
||||||
background-color: var(--selected-background-color);
|
background-color: var(--selected-background-color);
|
||||||
border:1px solid var(--selected-background-color);
|
border:1px solid var(--selected-background-color);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue