From c4a1b626922c2db3a4b683706006b294b16734a7 Mon Sep 17 00:00:00 2001 From: Dylan Bolger Date: Sun, 18 Mar 2018 00:51:25 -0500 Subject: cc --- assets/css/main.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'assets') diff --git a/assets/css/main.css b/assets/css/main.css index a811a85..85f64d0 100755 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1726,7 +1726,7 @@ } header.major h2 { - color: #4acaa8; + color: #5AC8FA; font-size: 3.5em; } @@ -1789,7 +1789,7 @@ input[type="email"]:focus, select:focus, textarea:focus { - border-color: #4acaa8; + border-color: #5AC8FA; } .select-wrapper { @@ -1899,7 +1899,7 @@ input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before { - border-color: #4acaa8; + border-color: #5AC8FA; } input[type="checkbox"] + label:before { @@ -2092,7 +2092,7 @@ } ul.feature-icons li:before { - background: #4acaa8; + background: #5AC8FA; border-radius: 100%; color: #ffffff; display: block; @@ -2379,7 +2379,7 @@ input[type="reset"].special, input[type="button"].special, .button.special { - background-color: #4acaa8; + background-color: #5AC8FA; color: #ffffff !important; } @@ -2461,7 +2461,7 @@ -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; - background: #4acaa8; + background: #5AC8FA; color: #d1f1e9; height: 100%; overflow-y: auto; @@ -2569,7 +2569,7 @@ #header > nav ul li a.active { background: #fff; - color: #4acaa8 !important; + color: #5AC8FA !important; } #header > nav ul li:first-child { @@ -2848,7 +2848,7 @@ } #titleBar .toggle:before { - background: #4acaa8; + background: #5AC8FA; color: #ffffff; content: '\f0c9'; display: block; -- cgit v1.2.3