From 4335edff060dc2f3c6bf39282c4cb6e1062921a4 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 8 Mar 2020 07:34:13 +0100 Subject: [PATCH] corrections css mineures --- css/_sq_balint.scss | 7 +++++-- css/mon_site.css | 8 ++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/css/_sq_balint.scss b/css/_sq_balint.scss index 1d91236..241bd72 100644 --- a/css/_sq_balint.scss +++ b/css/_sq_balint.scss @@ -132,7 +132,7 @@ body{ padding: 1rem 2rem; background-color: $fond-menu; transition: all 1s; - .nav-item:not(.active):hover{ + .nav-item:hover{ background: rgba(255,255,255,0.2); } .nav-link, .dropdown-item{ @@ -561,7 +561,7 @@ body{ opacity:0.6; } .pages-footer li:hover a{ - color: $dark; + color: $titres-footer; } } @@ -574,6 +574,9 @@ body{ a, .grille a{ color: black; } + .pages-footer li:hover a{ + color: $dark; + } } /**********************************************************************/ diff --git a/css/mon_site.css b/css/mon_site.css index 2e4b659..884367a 100644 --- a/css/mon_site.css +++ b/css/mon_site.css @@ -12010,7 +12010,7 @@ body { transition: all 1s; } -#menu-principal .nav-item:not(.active):hover { +#menu-principal .nav-item:hover { background: rgba(255, 255, 255, 0.2); } @@ -12504,7 +12504,7 @@ body { } .footer .pages-footer li:hover a { - color: #595959; + color: #ffb284; } .page_sommaire .footer-options, .page_sommaire #footer-infos { @@ -12520,6 +12520,10 @@ body { color: black; } +.page_sommaire .footer-options .pages-footer li:hover a, .page_sommaire #footer-infos .pages-footer li:hover a { + color: #595959; +} + /**********************************************************************/ /************************ PAGE ASSOCIATION ****************************/ /**********************************************************************/