Modification de la couleur primaire du site

Changement de #4aca62 à #4cae4f afin de correspondre à la couleur de la documentation et diminuer la luminosité générale
This commit is contained in:
Adrien CHARBONNEAU 2021-05-11 10:26:18 +02:00
parent 05bc6a563f
commit 989e53330f

View File

@ -29,7 +29,7 @@ section, summary, time, mark, audio, video {
} }
.git_color1 { .git_color1 {
background-color: #4aca62; background-color: #4cae4f; /* ancien 4aca62 */
} }
.blanc { .blanc {
@ -157,7 +157,7 @@ input, select, textarea {
a:hover { a:hover {
border-bottom-color: transparent; border-bottom-color: transparent;
color: #4ACA62 !important; color: #4cae4f !important;
} }
strong, b { strong, b {
@ -1826,7 +1826,7 @@ input, select, textarea {
} }
header.major h2 { header.major h2 {
color: #4ACA62; color: #4cae4f;
font-size: 3.5em; font-size: 3.5em;
} }
@ -1889,7 +1889,7 @@ input, select, textarea {
input[type="email"]:focus, input[type="email"]:focus,
select:focus, select:focus,
textarea:focus { textarea:focus {
border-color: #4ACA62; border-color: #4cae4f;
} }
select { select {
@ -1994,7 +1994,7 @@ input, select, textarea {
input[type="checkbox"]:focus + label:before, input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before { input[type="radio"]:focus + label:before {
border-color: #4ACA62; border-color: #4cae4f;
} }
input[type="checkbox"] + label:before { input[type="checkbox"] + label:before {
@ -2453,7 +2453,7 @@ input, select, textarea {
} }
ul.feature-icons li:before { ul.feature-icons li:before {
background: #4ACA62; background: #4cae4f;
border-radius: 100%; border-radius: 100%;
color: #ffffff; color: #ffffff;
display: block; display: block;
@ -2669,7 +2669,7 @@ input, select, textarea {
input[type="reset"].primary, input[type="reset"].primary,
input[type="button"].primary, input[type="button"].primary,
.button.primary { .button.primary {
background-color: #4ACA62; background-color: #4cae4f;
color: #ffffff !important; color: #ffffff !important;
} }
@ -2765,7 +2765,7 @@ input, select, textarea {
-webkit-justify-content: space-between; -webkit-justify-content: space-between;
-ms-justify-content: space-between; -ms-justify-content: space-between;
justify-content: space-between; justify-content: space-between;
background: #4ACA62; background: #4cae4f;
color: #d2f2e9; color: #d2f2e9;
height: 100%; height: 100%;
overflow-y: auto; overflow-y: auto;
@ -2874,12 +2874,12 @@ input, select, textarea {
#menu a:hover { #menu a:hover {
background: #fff; background: #fff;
color: #4ACA62 !important; color: #4cae4f !important;
} }
#header > nav ul li a.active { #header > nav ul li a.active {
background: #fff; background: #fff;
color: #4ACA62 !important; color: #4cae4f !important;
} }
#header > nav ul li:first-child { #header > nav ul li:first-child {
@ -3147,7 +3147,7 @@ input, select, textarea {
} }
#titleBar .toggle:before { #titleBar .toggle:before {
background: #4ACA62; background: #4cae4f;
color: #ffffff; color: #ffffff;
content: '\f0c9'; content: '\f0c9';
display: block; display: block;
@ -3936,4 +3936,4 @@ input, select, textarea {
.gallery article .image { .gallery article .image {
background-color: rgba(0, 0, 0, 0.125); background-color: rgba(0, 0, 0, 0.125);
} }