From e70c817cd83e21a2ab44e48da6640deffd79e262 Mon Sep 17 00:00:00 2001 From: Michael McMahon Date: Thu, 18 Mar 2021 12:45:09 -0400 Subject: [PATCH] Flip header colors on schedule/bios and add closing style tags. --- 2021/assets/css/custom.css | 11 +++++++++-- 2021/fun/index.html | 1 + 2021/getting-around/index.html | 1 + 2021/registered-abk2bvlwswnb/chill/index.html | 1 + 2021/workshops/index.html | 1 + 5 files changed, 13 insertions(+), 2 deletions(-) diff --git a/2021/assets/css/custom.css b/2021/assets/css/custom.css index 6cd32533..c74a8665 100644 --- a/2021/assets/css/custom.css +++ b/2021/assets/css/custom.css @@ -1133,13 +1133,20 @@ border-radius: 5px font-size: x-large; font-weight: bold; display:block; - border-bottom:3px solid #C4A000; margin:20px 0 20px 0; padding:5px 0 5px 15px; - background-color: #602217; + background-color: #C4A000; color: white; } +.view-grouping-header { + border-bottom:3px solid #602217; +} + +#speakerlist .view-content h3{ + border-bottom:3px solid #C4A000; +} + .lpcalendarlink { color:#C4A000; border:none; diff --git a/2021/fun/index.html b/2021/fun/index.html index b46a9449..f8f8fb29 100755 --- a/2021/fun/index.html +++ b/2021/fun/index.html @@ -9,6 +9,7 @@ .astronaut { display: none; } +