From: Andrew Engelbrecht Date: Wed, 1 Mar 2023 20:52:55 +0000 (-0500) Subject: updated breadcumb theme for live page X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f791cf2a668da7a7ff8ae695e58bd8b53f77c7bc;p=libreplanet-static.git 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 --- 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;