[Glitch] Fix some colors of high contrast theme

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
lolsob-rspec
nzws 2019-05-08 06:53:58 +09:00 committed by Thibaut Girka
parent 22541e98e2
commit f625501c05
1 changed files with 8 additions and 0 deletions

View File

@ -67,3 +67,11 @@
text-decoration: none; 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;
}