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:
nzws 2019-05-08 06:53:58 +09:00 committed by Eugen Rochko
부모 b40dfc124b
커밋 9679ec4fcb
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

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