updated breadcumb theme for live page
authorAndrew Engelbrecht <andrew@fsf.org>
Wed, 1 Mar 2023 20:52:55 +0000 (15:52 -0500)
committerAndrew Engelbrecht <andrew@fsf.org>
Wed, 1 Mar 2023 20:53:57 +0000 (15:53 -0500)
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

index 0a9c2ae574d641ddd7813cf8cf7f6c976b9b539e..5d1382f3a9ff71ca0c092146b216ac3488223737 100644 (file)
@@ -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;