projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1f99a8
)
updated breadcumb theme for live page
author
Andrew Engelbrecht
<andrew@fsf.org>
Wed, 1 Mar 2023 20:52:55 +0000
(15:52 -0500)
committer
Andrew 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
patch
|
blob
|
blame
|
history
diff --git
a/2023/assets/css/custom.css
b/2023/assets/css/custom.css
index 0a9c2ae574d641ddd7813cf8cf7f6c976b9b539e..5d1382f3a9ff71ca0c092146b216ac3488223737 100644
(file)
--- 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;