Make the color important
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
1edf345d4d
commit
3177714574
1 changed files with 2 additions and 2 deletions
|
@ -469,7 +469,7 @@ input {
|
|||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
background: var(--color-main-background);
|
||||
color: var(--color-text-lighter);
|
||||
color: var(--color-text-lighter) !important;
|
||||
box-sizing: content-box;
|
||||
border-radius: var(--border-radius);
|
||||
border: 1px solid var(--color-border-dark);
|
||||
|
@ -514,7 +514,7 @@ input {
|
|||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
background: var(--color-main-background);
|
||||
color: var(--color-text-lighter);
|
||||
color: var(--color-text-lighter) !important;
|
||||
box-sizing: content-box;
|
||||
border-radius: var(--border-radius);
|
||||
border: 1px solid var(--color-border-dark);
|
||||
|
|
Loading…
Reference in a new issue