switch #ff4e00 to var(--kbccorange)
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
--kbccblue: #003466;
|
--kbccblue: #003466;
|
||||||
|
--kbccorange: #ff4e00;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -231,7 +232,7 @@ a.no-underline { text-decoration: none; }
|
|||||||
|
|
||||||
#orange-line {
|
#orange-line {
|
||||||
height:10px;
|
height:10px;
|
||||||
background-color: #ff4e00;
|
background-color: var(--kbccorange);
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-blue-footer {
|
#main-blue-footer {
|
||||||
|
|||||||
Reference in New Issue
Block a user