Fixed selected bar text color to correct theme variable

This commit is contained in:
Willem Cazander 2025-01-31 14:53:55 +01:00
parent a72c2df48d
commit ad25f14b53

View file

@ -64,7 +64,7 @@ a[name]:hover {
color:var(--selected-background-color);
}
.navBarCell1Rev {
color: var(--navbar-text-color);
color: var(--selected-text-color);
background-color: var(--selected-background-color);
border:1px solid var(--selected-background-color);
}