From 72c063ca139586d8c391725b50dd503dffb165f6 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Mon, 4 Nov 2024 14:09:48 -0500 Subject: [PATCH] update some colors --- groups/home/bootstrap3/Vue3-v.5-css.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/groups/home/bootstrap3/Vue3-v.5-css.html b/groups/home/bootstrap3/Vue3-v.5-css.html index 6ef39d3..feb2971 100644 --- a/groups/home/bootstrap3/Vue3-v.5-css.html +++ b/groups/home/bootstrap3/Vue3-v.5-css.html @@ -86,6 +86,9 @@ padding: 4px; margin: -10px 0 -30px 0; } +#hours-content-container > a { + color: #fff + } /* style navbar */ nav.navbar-default.main-nav-container { @@ -312,7 +315,7 @@ .fancy-caret { display: inline-block; margin-left: 8px; - color: var(--kbccblue); + color: var(--kbccorange); } .open > a > .fancy-caret { margin-bottom: -4px;