From: Greg Farough Date: Mon, 12 Sep 2022 16:35:19 +0000 (-0400) Subject: change background colors throughout X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=de3c5a22a1994753271eb449bd165d7a1a65f7c7;p=libreplanet-static.git change background colors throughout --- diff --git a/2023/assets/css/custom.css b/2023/assets/css/custom.css index 15a95002..a787e326 100644 --- a/2023/assets/css/custom.css +++ b/2023/assets/css/custom.css @@ -9,8 +9,9 @@ body { } .list-group-item { - border: none; - background: rgba(55, 57, 58, 0.85); + border: none; + background: #ffffff; + /* background: rgba(55, 57, 58, 0.85); */ } .astronaut { @@ -23,7 +24,8 @@ body { } .col-sm-9 { - background-color: rgba(55, 57, 58, 0.85); + background-color: #ffffff; + /* background-color: rgba(55, 57, 58, 0.85); */ outline-offset: -1rem; } @@ -140,7 +142,8 @@ h3 { padding: 0.5em; border-radius: 5px; margin-top: 5px; - background: rgba(55, 57, 58, 0.85); + background: #ffffff; + /* background: rgba(55, 57, 58, 0.85); */ } .program-session-speaker { @@ -746,12 +749,14 @@ hr { } .panel { - background-color: rgba(55, 57, 58, 0.85); + /* background-color: rgba(55, 57, 58, 0.85); */ + background-color: #ffffff; } .panel-default > .panel-heading { - background-color: rgba(55, 57, 58, 0.85); - color: #e8e6e3!important; + /* background-color: rgba(55, 57, 58, 0.85); */ + background-color: #ffffff; + color: #e8e6e3!important; } #lp-panel-fixed { @@ -861,7 +866,8 @@ hr { .lp-home a:focus, .area-link a:hover, .area-link a:focus { - background-color: rgb(55, 57, 58); + /* background-color: rgb(55, 57, 58); */ + background-color: #ffffff; color: #5b9bab; } @@ -930,7 +936,8 @@ hr { } .navbar-collapse { - background-color: rgba(55, 57, 58, 0.85); + /* background-color: rgba(55, 57, 58, 0.85); */ + background-color: #ffffff; border-top: 1px solid transparent; /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;*/ overflow-x: visible; @@ -968,8 +975,9 @@ body { padding: 0 0 60px; /* Space background */ - background-image: url(../img/tile-02.png); - background-color: rgba(55, 57, 58, 0.85); + /* background-image: url(../img/tile-02.png); */ + /* background-color: rgba(55, 57, 58, 0.85); */ + background-color: #ffffff; background-position: top right; background-repeat: repeat-y repeat-x; background-size: contain; @@ -1135,7 +1143,8 @@ border-radius: 5px width:33%; vertical-align:top; padding:7px 10px 5px 10px; - background-color: rgba(55, 57, 58, 0.85); + /* background-color: rgba(55, 57, 58, 0.85); */ + background-color: #ffffff; } #program table .views-field-value{