fix: incorrect tab colors

This commit is contained in:
alistair3149 2024-06-02 13:10:14 -04:00
parent 902550eccf
commit 20e88b8b5a
No known key found for this signature in database

View file

@ -128,13 +128,13 @@
&__tab {
padding: 0.5em 0.75em;
color: var( --tabber-color-subtle );
color: var( --tabber-color );
font-weight: bold;
text-decoration: none;
white-space: nowrap;
&:visited {
color: var( --tabber-color-subtle );
color: var( --tabber-color );
}
&:hover,