diff options
author | LUXEY Adrien <adrien.luxey@inria.fr> | 2021-02-01 22:11:42 +0100 |
---|---|---|
committer | LUXEY Adrien <adrien.luxey@inria.fr> | 2021-02-01 22:11:42 +0100 |
commit | 6a0630e50ddc5e0c138c9d13c75217329ec9f60b (patch) | |
tree | 91e0cd552e6ff2c53be29bacec9acfc5a62ce4d3 | |
parent | a9f083983b5cb739df8d1ce1961ba9b1b258c06f (diff) | |
download | design-6a0630e50ddc5e0c138c9d13c75217329ec9f60b.tar.gz design-6a0630e50ddc5e0c138c9d13c75217329ec9f60b.zip |
debug des couleurs, menu foncé, pas mis à jour la couleur de tous les éléments du nav
-rw-r--r-- | draft_site_adrien/assets/css/deuxfleurs-chato.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/draft_site_adrien/assets/css/deuxfleurs-chato.css b/draft_site_adrien/assets/css/deuxfleurs-chato.css index 288b5c1..1e34f0c 100644 --- a/draft_site_adrien/assets/css/deuxfleurs-chato.css +++ b/draft_site_adrien/assets/css/deuxfleurs-chato.css @@ -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; } |