From: Michael McMahon Date: Thu, 18 Mar 2021 16:45:09 +0000 (-0400) Subject: Flip header colors on schedule/bios and add closing style tags. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e70c817cd83e21a2ab44e48da6640deffd79e262;p=libreplanet-static.git Flip header colors on schedule/bios and add closing style tags. --- 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; } +