Fixed missing "}"

This commit is contained in:
luca0N! 2021-06-02 18:28:18 -03:00
parent e253939fb0
commit 4cf98ca23d
Signed by: luca0N
GPG Key ID: 2E7B4655CF16D7D6
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ body {
} }
.report-warning { .report-warning {
background-color: yellow; background-color: yellow;
}
.report-bad { .report-bad {
color: white; color: white;
background-color: orange; background-color: orange;