debug des couleurs, menu foncé, pas mis à jour la couleur de tous les éléments du nav

This commit is contained in:
LUXEY Adrien 2021-02-01 22:11:42 +01:00
parent a9f083983b
commit 6a0630e50d
1 changed files with 6 additions and 4 deletions

View File

@ -12,19 +12,19 @@
/* Bleu turquoise du ciel au lion */
--bg-secondary-color: #cafaef;
/* Gris violet du sol */
--bg-secondary-color: #c7c9e2;
--bg-ternary-color: #c7c9e2;
--bg-canopee-color: #151a05;
--color-canopee: #a0c43c;
--bg-branche-color: #381e02;
--color-branche: #fafafa;
--color-primary: #14854F;
--color-text-light: #fafafa;
--color-lightGrey: #d2d6dd;
--color-grey: #747681;
--color-darkGrey: #3f4144;
--color-error: #d43939;
--color-success: #28bd14;
--grid-maxWidth: 120rem;
--grid-gutter: 2rem;
--grid-gutter: 0rem;
--font-size: 1.6rem;
--font-color: #333333;
--font-family-sans: -apple-system, BlinkMacSystemFont, Avenir, "Avenir Next",
@ -47,12 +47,14 @@ header {
}
header>nav {
background-color: var(--bg-canopee-color);
padding-left: 1rem;
padding-right: 1rem;
}
#logo {
font-size: 3.2rem;
color: var(--color-text-light);
}
section div {
@ -93,7 +95,7 @@ section .canopee p {
section .branche {
background-color: var(--bg-branche-color);
color: var(--color-branche);
color: var(--color-text-light);
padding-bottom: 4rem;
padding-top: 4rem;
}