diff --git a/groups/home/LibAnswers-4-js-css.html b/groups/home/LibAnswers-4-js-css.html index f28ab18..f1a47c2 100644 --- a/groups/home/LibAnswers-4-js-css.html +++ b/groups/home/LibAnswers-4-js-css.html @@ -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 {