From: Greg Farough Date: Wed, 15 Nov 2023 18:35:09 +0000 (-0500) Subject: Revert "v14 color swap" X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=13d41e5a9de9e53f56627ebb319efc88fa6e349a;p=fsf-giving-guide.git Revert "v14 color swap" This reverts commit 9a15f5a9e555f7f69d5f3a89ab13387249bc344b. --- diff --git a/v14/css/master.css b/v14/css/master.css index 3fc3f2b..e47567a 100644 --- a/v14/css/master.css +++ b/v14/css/master.css @@ -8,12 +8,12 @@ html { margin-bottom: 0; border: 0; border-radius: 0; - background: #DD222F; + background: #8172d1; } .navbar-header { border: 0; - background: #DD222F; + background: #8172d1; box-shadow: none; } @@ -29,8 +29,8 @@ html { width: 40px; height: 5px; border-radius: 6px; - background-color: #22ddd0; - background: #DD222F; + background-color: #ffd429; + background: #8172d1; } .navbar-default .navbar-toggle:focus, @@ -44,7 +44,7 @@ html { } .navbar-collapse { - background: #DD222F; + background: #8172d1; } .navbar-default .navbar-nav > li > a { @@ -52,7 +52,7 @@ html { } .alert-link { - color: #22ddd0 !important; + color: #ffd429 !important; } .alert-link:hover { @@ -66,7 +66,7 @@ html { } .alert-success { - background: #DD222F; + background: #8172d1; } @@ -179,9 +179,9 @@ li { } a { - border-bottom: 2px solid #22ddd0; + border-bottom: 2px solid #ffd429; /* color: #2caf8f; */ - color: #DD222F; + color: #8172d1; text-decoration: none; font-weight: bold; transition: .3s all ease; @@ -247,11 +247,11 @@ section { .intro-text { padding-top: 20px; padding-bottom: 0; - background: #DD222F; + background: #8172d1; } .intro-text h1 { - color: #DD222F; + color: #8172d1; } .illustration { @@ -291,7 +291,7 @@ section { } .action-button:hover { - background: #DD222F; + background: #8172d1; color: white; } @@ -493,7 +493,7 @@ li.neutral { /*Footer*/ footer { padding-top: 30px; - background-color: #DD222F; + background-color: #8172d1; /* background-color: #4B423B; */ } @@ -537,7 +537,7 @@ footer a:hover { .navbar-default .navbar-nav > li > a { padding: 7px; - color: #DD222F; + color: #8172d1; } .navbar li { @@ -570,7 +570,7 @@ footer a:hover { } .navbar li a:hover { - color: #DD222F; + color: #8172d1; /* color: #4B423B; */ } @@ -658,7 +658,7 @@ footer a:hover { } .navbar li:hover a { - color: #DD222F; + color: #8172d1; /* color: #4B423B; */ } @@ -690,7 +690,7 @@ footer a:hover { } .intro-text a { - color: 22ddd0; + color: gold; } .intro-text h4 { diff --git a/v14/img/underline.svg b/v14/img/underline.svg index 9deeb1b..a588de4 100644 --- a/v14/img/underline.svg +++ b/v14/img/underline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file