From b718dfe268e33a3ee6fde9c0caaa11ad31602306 Mon Sep 17 00:00:00 2001 From: Greg Farough Date: Fri, 5 Dec 2025 15:47:16 -0500 Subject: [PATCH] less blue --- v16/css/master.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/v16/css/master.css b/v16/css/master.css index 560032d..f9a2be5 100644 --- a/v16/css/master.css +++ b/v16/css/master.css @@ -8,12 +8,12 @@ html { margin-bottom: 0; border: 0; border-radius: 0; - background: #2956ff; + background: #0b2279; } .navbar-header { border: 0; - background: #2956ff; + background: #0b2279; box-shadow: none; } @@ -30,7 +30,7 @@ html { height: 5px; border-radius: 6px; background-color: #ffd429; - background: #2956ff; + background: #0b2279; } .navbar-default .navbar-toggle:focus, @@ -44,7 +44,7 @@ html { } .navbar-collapse { - background: #2956ff; + background: #0b2279; } .navbar-default .navbar-nav > li > a { @@ -66,7 +66,7 @@ html { } .alert-success { - background: #2956ff; + background: #0b2279; } @@ -181,7 +181,7 @@ li { a { border-bottom: 2px solid #ffd429; /* color: #2caf8f; */ - color: #2956ff; + color: #0b2279; text-decoration: none; font-weight: bold; transition: .3s all ease; @@ -247,11 +247,11 @@ section { .intro-text { padding-top: 20px; padding-bottom: 0; - background: #2956ff; + background: #0b2279; } .intro-text h1 { - color: #2956ff; + color: #0b2279; } .illustration { @@ -291,7 +291,7 @@ section { } .action-button:hover { - background: #2956ff; + background: #0b2279; color: white; } @@ -493,7 +493,7 @@ li.neutral { /*Footer*/ footer { padding-top: 30px; - background-color: #2956ff; + background-color: #0b2279; /* background-color: #4B423B; */ } @@ -537,7 +537,7 @@ footer a:hover { .navbar-default .navbar-nav > li > a { padding: 7px; - color: #2956ff; + color: #0b2279; } .navbar li { @@ -560,7 +560,7 @@ footer a:hover { } .navbar li:hover { - background-color: #2956ff; + background-color: #0b2279; } .navbar li a { @@ -570,7 +570,7 @@ footer a:hover { } .navbar li a:hover { - color: #2956ff; + color: #0b2279; /* color: #4B423B; */ } @@ -658,7 +658,7 @@ footer a:hover { } .navbar li:hover a { - color: #2956ff; + color: #0b2279; /* color: #4B423B; */ } -- 2.25.1