From 43b18049e7fca9a6548b4ce67c97fa3e87c10a75 Mon Sep 17 00:00:00 2001 From: Greg Farough Date: Wed, 15 Nov 2023 13:35:56 -0500 Subject: [PATCH] v14 color swap red --- v14/css/master.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/v14/css/master.css b/v14/css/master.css index e47567a..61d9678 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: #8172d1; + background: #DD222F; } .navbar-header { border: 0; - background: #8172d1; + background: #DD222F; box-shadow: none; } @@ -30,7 +30,7 @@ html { height: 5px; border-radius: 6px; background-color: #ffd429; - background: #8172d1; + background: #DD222F; } .navbar-default .navbar-toggle:focus, @@ -44,7 +44,7 @@ html { } .navbar-collapse { - background: #8172d1; + background: #DD222F; } .navbar-default .navbar-nav > li > a { @@ -66,7 +66,7 @@ html { } .alert-success { - background: #8172d1; + background: #DD222F; } @@ -181,7 +181,7 @@ li { a { border-bottom: 2px solid #ffd429; /* color: #2caf8f; */ - color: #8172d1; + color: #DD222F; text-decoration: none; font-weight: bold; transition: .3s all ease; @@ -247,11 +247,11 @@ section { .intro-text { padding-top: 20px; padding-bottom: 0; - background: #8172d1; + background: #DD222F; } .intro-text h1 { - color: #8172d1; + color: #DD222F; } .illustration { @@ -291,7 +291,7 @@ section { } .action-button:hover { - background: #8172d1; + background: #DD222F; color: white; } @@ -493,7 +493,7 @@ li.neutral { /*Footer*/ footer { padding-top: 30px; - background-color: #8172d1; + background-color: #DD222F; /* background-color: #4B423B; */ } @@ -537,7 +537,7 @@ footer a:hover { .navbar-default .navbar-nav > li > a { padding: 7px; - color: #8172d1; + color: #DD222F; } .navbar li { @@ -570,7 +570,7 @@ footer a:hover { } .navbar li a:hover { - color: #8172d1; + color: #DD222F; /* color: #4B423B; */ } @@ -658,7 +658,7 @@ footer a:hover { } .navbar li:hover a { - color: #8172d1; + color: #DD222F; /* color: #4B423B; */ } -- 2.25.1