0
0
Fork 0

Fix text colors (#7227)

This commit is contained in:
Lynx Kotoura 2018-04-22 21:29:40 +09:00 committed by Eugen Rochko
parent 597948fb13
commit 3c5006ec7f
2 changed files with 7 additions and 1 deletions

View file

@ -701,7 +701,7 @@
border-radius: 2px;
background: transparent;
border: 0;
color: $lighter-text-color;
color: $inverted-text-color;
font-weight: 700;
font-size: 11px;
padding: 0 6px;
@ -4037,6 +4037,10 @@ a.status-card {
overflow-y: auto;
overflow-x: hidden;
.status__content a {
color: $highlight-text-color;
}
@media screen and (max-width: 480px) {
max-height: 10vh;
}