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:
parent
05bc6a563f
commit
989e53330f
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user