From f791cf2a668da7a7ff8ae695e58bd8b53f77c7bc Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Wed, 1 Mar 2023 15:52:55 -0500 Subject: [PATCH] updated breadcumb theme for live page the color we had was dark grey, which didn't work so well for as a div background for the room selector. the default from bootstrap looks much better here --- 2023/assets/css/custom.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2023/assets/css/custom.css b/2023/assets/css/custom.css index 0a9c2ae5..5d1382f3 100644 --- a/2023/assets/css/custom.css +++ b/2023/assets/css/custom.css @@ -219,9 +219,11 @@ code { /* Breadcrumb */ +/* Looks better without it for LP 2023 .breadcrumb { background-color: rgba(29, 30, 31, 0.85); } +*/ .breadcrumb > .active { color: #5b9bab; -- 2.25.1