Fix text colors (#7227)
This commit is contained in:
committed by
Eugen Rochko
parent
597948fb13
commit
3c5006ec7f
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user