Rename warning color variable

To match the others in the variables file.

Also `warning-orange` was unused.
This commit is contained in:
David Cook
2023-06-22 16:10:20 +10:00
parent 01a9095121
commit c4a335548a
23 changed files with 52 additions and 54 deletions

View File

@@ -142,7 +142,7 @@ dl {
}
.text-red {
color: $warning-red;
color: $color-warning;
}
input.text-big {