Add !important to score colors (#36)

This commit is contained in:
Dave Gallant
2023-08-19 14:54:42 -04:00
committed by GitHub
parent 048dfce750
commit 288835adb3
5 changed files with 694 additions and 598 deletions

View File

@@ -9,7 +9,6 @@ body {
html {
background-color: #282828; /**/
color: #ebdbb2; /**/
min-width: 100%;
}
@@ -199,11 +198,11 @@ footer {
}
.green-score {
color: rgb(22, 120, 63);
color: rgb(22, 120, 63) !important;
}
.red-score {
color: rgb(175, 21, 21);
color: rgb(175, 21, 21) !important;
}
.arrow_down {