From: Miriam Date: Thu, 3 Aug 2023 20:48:33 +0000 (-0400) Subject: testing gray instead of brown X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d8e5b5a40eb39e926d10c446fc6aefc42da717ec;p=libreplanet-static.git testing gray instead of brown --- diff --git a/2024/assets/css/custom.css b/2024/assets/css/custom.css index 75c4ee21..d23bf671 100644 --- a/2024/assets/css/custom.css +++ b/2024/assets/css/custom.css @@ -6,7 +6,7 @@ body { line-height: 1.428571429; /* color: #dbd6ce; */ - color: #5b463c; + color: #808080; scrollbar-color: #4b4f53 #1c1e1f; } @@ -233,7 +233,7 @@ code { /* Links */ a:hover { - color: #5b463c; + color: #808080; text-decoration: none; } a:focus { @@ -588,7 +588,7 @@ hr { padding-bottom: 5px; color: #ffffff; text-align: center; - background-color: #5b463c; + background-color: #808080; border-radius: 0 0 15px 15px ; } @@ -681,7 +681,7 @@ hr { margin-bottom: 20px; padding-bottom: 5px; border-bottom: 3px solid #29bf12; - background-color: #5b463c; + background-color: #808080; color: #ffffff; } @@ -757,12 +757,12 @@ hr { .panel { /* background-color: rgba(55, 57, 58, 0.85); */ - background-color: #5b463c; + background-color: #808080; } .panel-default > .panel-heading { /* background-color: rgba(55, 57, 58, 0.85); */ - background-color: #5b463c; + background-color: #808080; color: #484848!important; } @@ -845,7 +845,7 @@ hr { } .nav > li > a:hover, .lp-home a:hover { - color:#5b463c; + color:#808080; } .nav > li.fsf-donate > a { @@ -855,8 +855,8 @@ hr { } .nav > li.btn-register > a { - background-color: #5b463c; - color: #5b463c; + background-color: #808080; + color: #808080; text-shadow: 0px 0px 0px #ffffff; text-decoration: none; } @@ -873,7 +873,7 @@ hr { .navbar-default .navbar-nav > li.btn-register > a:focus, .navbar-default .navbar-nav > li.btn-register > a:hover { background-color: transparent; - color: #5b463c; + color: #808080; } .nav > li > a:hover, @@ -1002,7 +1002,7 @@ body { height: auto; border-top: 2px solid #dadada; /*box-shadow: 0px 1px 9px rgba(255, 255, 255, 0.7);*/ - background-color: #5b463c; + background-color: #808080; margin-top: 1.5em; } @@ -1072,7 +1072,7 @@ border-radius: 5px width:55%; text-align: justify; margin-bottom:40px; - background-color: #5b463c; + background-color: #808080; padding:4% 5% 4% 5%; border-radius: 20px; }