From 989e53330f1c681766fd8456d6067b6a77f5e30e Mon Sep 17 00:00:00 2001 From: Adrien Date: Tue, 11 May 2021 10:26:18 +0200 Subject: [PATCH] Modification de la couleur primaire du site MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changement de #4aca62 à #4cae4f afin de correspondre à la couleur de la documentation et diminuer la luminosité générale --- assets/css/main.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 5ca7f1d..f12852a 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -29,7 +29,7 @@ section, summary, time, mark, audio, video { } .git_color1 { - background-color: #4aca62; + background-color: #4cae4f; /* ancien 4aca62 */ } .blanc { @@ -157,7 +157,7 @@ input, select, textarea { a:hover { border-bottom-color: transparent; - color: #4ACA62 !important; + color: #4cae4f !important; } strong, b { @@ -1826,7 +1826,7 @@ input, select, textarea { } header.major h2 { - color: #4ACA62; + color: #4cae4f; font-size: 3.5em; } @@ -1889,7 +1889,7 @@ input, select, textarea { input[type="email"]:focus, select:focus, textarea:focus { - border-color: #4ACA62; + border-color: #4cae4f; } select { @@ -1994,7 +1994,7 @@ input, select, textarea { input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before { - border-color: #4ACA62; + border-color: #4cae4f; } input[type="checkbox"] + label:before { @@ -2453,7 +2453,7 @@ input, select, textarea { } ul.feature-icons li:before { - background: #4ACA62; + background: #4cae4f; border-radius: 100%; color: #ffffff; display: block; @@ -2669,7 +2669,7 @@ input, select, textarea { input[type="reset"].primary, input[type="button"].primary, .button.primary { - background-color: #4ACA62; + background-color: #4cae4f; color: #ffffff !important; } @@ -2765,7 +2765,7 @@ input, select, textarea { -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; - background: #4ACA62; + background: #4cae4f; color: #d2f2e9; height: 100%; overflow-y: auto; @@ -2874,12 +2874,12 @@ input, select, textarea { #menu a:hover { background: #fff; - color: #4ACA62 !important; + color: #4cae4f !important; } #header > nav ul li a.active { background: #fff; - color: #4ACA62 !important; + color: #4cae4f !important; } #header > nav ul li:first-child { @@ -3147,7 +3147,7 @@ input, select, textarea { } #titleBar .toggle:before { - background: #4ACA62; + background: #4cae4f; color: #ffffff; content: '\f0c9'; display: block; @@ -3936,4 +3936,4 @@ input, select, textarea { .gallery article .image { background-color: rgba(0, 0, 0, 0.125); - } \ No newline at end of file + }