From: Miriam Date: Thu, 3 Aug 2023 19:43:47 +0000 (-0400) Subject: Changed black (#00000) to dark brown (5b463c) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=20d73451460c9e1ccdbdb3d9a9cee0dadc20da10;p=libreplanet-static.git Changed black (#00000) to dark brown (5b463c) --- diff --git a/2024/assets/css/custom.css b/2024/assets/css/custom.css index 12c3a2a3..89f830f9 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: #000000; + color: #5b463c; scrollbar-color: #4b4f53 #1c1e1f; } @@ -588,7 +588,7 @@ hr { padding-bottom: 5px; color: #ffffff; text-align: center; - background-color: #000000; + background-color: #5b463c; border-radius: 0 0 15px 15px ; } @@ -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: #000000; + background-color: #5b463c; margin-top: 1.5em; }