From dea0f9476fb51265749b675fbd247208efaa73c4 Mon Sep 17 00:00:00 2001 From: Greg Farough Date: Wed, 7 Sep 2022 16:31:28 -0400 Subject: [PATCH] Revert "replace dark lp22 color" This reverts commit f67142747e34995ebfec922930beca36814cf74c. --- 2023/assets/css/custom.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/2023/assets/css/custom.css b/2023/assets/css/custom.css index b3faa8f8..9ac1805f 100644 --- a/2023/assets/css/custom.css +++ b/2023/assets/css/custom.css @@ -97,7 +97,7 @@ h3 { .program-day-header h2 { font-size: 2.1em; - color: #000000; + color: #602217; padding: 0.3em; text-align: center; border-bottom: 3px solid #f5f5f5; @@ -663,7 +663,7 @@ hr { } .lp-archived a:hover, a:active, a:focus{ - color: #000000; + color: #602217; } .lp-banner { @@ -837,7 +837,7 @@ hr { } .nav > li.fsf-donate > a { - background-color: #000000; + background-color: #602217; margin-top: 8px; color: white !important; } @@ -886,8 +886,8 @@ hr { } .navbar-default { - background-color: #000000; - border-color: #000000; + background-color: #602217; + border-color: #602217; border-bottom: 3px solid #f9b442; } @@ -1150,7 +1150,7 @@ border-radius: 5px margin:20px 0 20px 0; padding:5px 0 5px 15px; border-bottom:3px solid #f9b442; - background-color: #000000; + background-color: #602217; color: white; } -- 2.25.1