From 9060096835cedb53966f828699c0e69067364662 Mon Sep 17 00:00:00 2001 From: MJEND7 <60278279+MJEND7@users.noreply.github.com> Date: Wed, 12 May 2021 10:20:26 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20color=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit a quick color change to make the page a little darker --- static/css/freelancer.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/static/css/freelancer.css b/static/css/freelancer.css index b20931e66..bc206e24d 100755 --- a/static/css/freelancer.css +++ b/static/css/freelancer.css @@ -18,7 +18,7 @@ a:hover, a:focus, a:active, a.active { - color: #18BC9C; + color: #30e57e; } h1, h2, @@ -68,7 +68,7 @@ hr.star-primary:after { } header { text-align: center; - background: #18BC9C; + background: #30e57e; color: white; } header .container { @@ -125,7 +125,7 @@ header .intro-text .skills { color: white; } .navbar-custom .navbar-nav li a:hover { - color: #18BC9C; + color: #30e57e; } .navbar-custom .navbar-nav li a:focus, .navbar-custom .navbar-nav li a:active { @@ -133,13 +133,13 @@ header .intro-text .skills { } .navbar-custom .navbar-nav li.active a { color: white; - background: #18BC9C; + background: #30e57e; } .navbar-custom .navbar-nav li.active a:hover, .navbar-custom .navbar-nav li.active a:focus, .navbar-custom .navbar-nav li.active a:active { color: white; - background: #18BC9C; + background: #30e57e; } .navbar-custom .navbar-toggle { color: white; @@ -149,9 +149,9 @@ header .intro-text .skills { } .navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus { - background-color: #18BC9C; + background-color: #30e57e; color: white; - border-color: #18BC9C; + border-color: #30e57e; } @media (min-width: 768px) { .navbar-custom { @@ -181,7 +181,7 @@ section h2 { font-size: 3em; } section.success { - background: #18BC9C; + background: #30e57e; color: white; } @media (max-width: 767px) { @@ -366,8 +366,8 @@ fieldset[disabled] .btn-primary.active { } .btn-success { color: white; - background-color: #18BC9C; - border-color: #18BC9C; + background-color: #30e57e; + border-color: #30e57e; font-weight: 700; } .btn-success:hover, @@ -399,11 +399,11 @@ fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { - background-color: #18BC9C; - border-color: #18BC9C; + background-color: #30e57e; + border-color: #30e57e; } .btn-success .badge { - color: #18BC9C; + color: #30e57e; background-color: white; } .btn-social { @@ -507,7 +507,7 @@ fieldset[disabled] .btn-success.active { position: absolute; left: 0px; top: 0px; - background: #18BC9C; + background: #30e57e; outline: 0; transition: top 0.1s ease-in, background 0.5s linear; }