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:
Pat Johnson 2018-06-13 14:26:09 -06:00 committed by GitHub
commit bf92af413e
1 changed files with 6 additions and 0 deletions

View File

@ -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
}