From: Greg Farough <gregf@gnu.org>
Date: Wed, 7 Sep 2022 20:36:47 +0000 (-0400)
Subject: swap text color
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ef5a2154dc39b26ad89aa4635e839d6d9d5cc5dd;p=libreplanet-static.git

swap text color
---

diff --git a/2022/assets/css/custom.css b/2022/assets/css/custom.css
index e0ff194f..15a95002 100644
--- a/2022/assets/css/custom.css
+++ b/2022/assets/css/custom.css
@@ -829,7 +829,7 @@ hr {
   background-color: #5b9bab;
   transition: background-color 0.1s;
   border-bottom: none;
-  color:#510f01 !important;
+  color:#000000 !important;
 }
 .nav > li > a:hover,
 .lp-home a:hover {
diff --git a/2023/assets/css/custom.css b/2023/assets/css/custom.css
index e0ff194f..15a95002 100644
--- a/2023/assets/css/custom.css
+++ b/2023/assets/css/custom.css
@@ -829,7 +829,7 @@ hr {
   background-color: #5b9bab;
   transition: background-color 0.1s;
   border-bottom: none;
-  color:#510f01 !important;
+  color:#000000 !important;
 }
 .nav > li > a:hover,
 .lp-home a:hover {