From 318bebb585f1c987b91286ca07535f0cac14db07 Mon Sep 17 00:00:00 2001 From: Pierre Date: Wed, 22 Jan 2020 16:50:14 +0100 Subject: [PATCH] corrections de mise en page --- css/_sq_balint.scss | 5 ++++- css/_variables.scss | 1 + css/mon_site.css | 6 +++++- footer/dist.html | 10 ++++++++-- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/css/_sq_balint.scss b/css/_sq_balint.scss index 1fd8ed0..ea11c05 100644 --- a/css/_sq_balint.scss +++ b/css/_sq_balint.scss @@ -20,7 +20,7 @@ h1, .h1, h2, .h2, h3, .h3, h4, .h4, legend, /* liens */ a, a:hover { text-decoration: none; - color: $dark; + color: $couleur-liens; } @@ -304,6 +304,9 @@ a, a:hover { #footer-infos{ background: $fond-footer; padding: 2rem 0; + a{ + color: $page-active; + } } .footer{ diff --git a/css/_variables.scss b/css/_variables.scss index 72fd9e9..05c059d 100644 --- a/css/_variables.scss +++ b/css/_variables.scss @@ -1,6 +1,7 @@ $couleur-texte : black; $dark: #595959; $fond-menu: #3b3f8a; +$couleur-liens : #dc7544; $page-active: #ffe9aa; $fond-footer: #464ba3; $titres-footer: #64d4af; diff --git a/css/mon_site.css b/css/mon_site.css index 6717dcf..74bd1a8 100644 --- a/css/mon_site.css +++ b/css/mon_site.css @@ -11851,7 +11851,7 @@ h1, .h1, h2, .h2, h3, .h3, h4, .h4, legend, /* liens */ a, a:hover { text-decoration: none; - color: #595959; + color: #dc7544; } /**********************************************************************/ @@ -12171,6 +12171,10 @@ a, a:hover { padding: 2rem 0; } +#footer-infos a { + color: #ffe9aa; +} + .footer { color: #f8f9fa; margin-bottom: 0; diff --git a/footer/dist.html b/footer/dist.html index 3c3959f..47a0d54 100644 --- a/footer/dist.html +++ b/footer/dist.html @@ -3,12 +3,18 @@