switch #ff4e00 to var(--kbccorange)

This commit is contained in:
Mark Eaton
2022-06-16 20:55:06 -04:00
parent 2150ec3bcb
commit 694ca7857a
+2 -1
View File
@@ -2,6 +2,7 @@
:root {
--kbccblue: #003466;
--kbccorange: #ff4e00;
}
body {
@@ -231,7 +232,7 @@ a.no-underline { text-decoration: none; }
#orange-line {
height:10px;
background-color: #ff4e00;
background-color: var(--kbccorange);
}
#main-blue-footer {