Merge pull request #164 from Nicolas01/CounterInWhite
Put in white the tabs counter at the right of the tab label and the close button
This commit is contained in:
commit
bf92af413e
|
@ -47,6 +47,12 @@
|
|||
.tab .label {
|
||||
color: var(--in-content-page-color)!important
|
||||
}
|
||||
.tab .counter {
|
||||
color: var(--in-content-page-color)!important
|
||||
}
|
||||
:root.simulate-svg-context-fill .closebox::after {
|
||||
background: var(--in-content-page-color)!important;
|
||||
}
|
||||
.tab:hover {
|
||||
background-color: var(--in-content-category-header-background)!important
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue