Fix some colors of high contrast theme (#10711)
* Fix "nothing here" text color of high contrast * Fix counter border color of high contrast
This commit is contained in:
parent
fbff73eccb
commit
5c82d660d1
1 changed files with 8 additions and 0 deletions
|
@ -67,3 +67,11 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.nothing-here {
|
||||
color: $darker-text-color;
|
||||
}
|
||||
|
||||
.public-layout .public-account-header__tabs__tabs .counter.active::after {
|
||||
border-bottom: 4px solid $ui-highlight-color;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue