Use warning background color & primary text color for setting warnings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2019-01-18 12:07:10 +01:00
parent f8ce5ea6f3
commit 9ee4433333
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 2 additions and 0 deletions

View File

@ -322,6 +322,8 @@ label.infield {
margin-top: 8px;
padding: 5px;
border-radius: var(--border-radius);
color: var(--color-primary-text);
background-color: var(--color-warning);
}
.warning {