corrections css mineures

This commit is contained in:
Pierre 2020-03-08 07:34:13 +01:00
parent f360a68b0d
commit 4335edff06
2 changed files with 11 additions and 4 deletions

View file

@ -132,7 +132,7 @@ body{
padding: 1rem 2rem; padding: 1rem 2rem;
background-color: $fond-menu; background-color: $fond-menu;
transition: all 1s; transition: all 1s;
.nav-item:not(.active):hover{ .nav-item:hover{
background: rgba(255,255,255,0.2); background: rgba(255,255,255,0.2);
} }
.nav-link, .dropdown-item{ .nav-link, .dropdown-item{
@ -561,7 +561,7 @@ body{
opacity:0.6; opacity:0.6;
} }
.pages-footer li:hover a{ .pages-footer li:hover a{
color: $dark; color: $titres-footer;
} }
} }
@ -574,6 +574,9 @@ body{
a, .grille a{ a, .grille a{
color: black; color: black;
} }
.pages-footer li:hover a{
color: $dark;
}
} }
/**********************************************************************/ /**********************************************************************/

View file

@ -12010,7 +12010,7 @@ body {
transition: all 1s; transition: all 1s;
} }
#menu-principal .nav-item:not(.active):hover { #menu-principal .nav-item:hover {
background: rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.2);
} }
@ -12504,7 +12504,7 @@ body {
} }
.footer .pages-footer li:hover a { .footer .pages-footer li:hover a {
color: #595959; color: #ffb284;
} }
.page_sommaire .footer-options, .page_sommaire #footer-infos { .page_sommaire .footer-options, .page_sommaire #footer-infos {
@ -12520,6 +12520,10 @@ body {
color: black; color: black;
} }
.page_sommaire .footer-options .pages-footer li:hover a, .page_sommaire #footer-infos .pages-footer li:hover a {
color: #595959;
}
/**********************************************************************/ /**********************************************************************/
/************************ PAGE ASSOCIATION ****************************/ /************************ PAGE ASSOCIATION ****************************/
/**********************************************************************/ /**********************************************************************/