mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-11 17:02:05 +00:00
fix: incorrect tab colors
This commit is contained in:
parent
902550eccf
commit
20e88b8b5a
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue