force close button in white

This commit is contained in:
Nicolas 2018-06-12 16:35:38 +02:00
parent 0b0f484266
commit 0dea0401d7
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@
.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
}