From 694ca7857a0a6dc52c0a9a70dcc309e7e3c74317 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Thu, 16 Jun 2022 20:55:06 -0400 Subject: [PATCH] switch #ff4e00 to var(--kbccorange) --- groups/home/LibAnswers-4-js-css.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {