Fix text colors (#7227)
This commit is contained in:
parent
597948fb13
commit
3c5006ec7f
2 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue