Couleurs des liens/icones dans le menu de navigation principal.

master
jeanmarie 2 years ago
parent 2b458883ab
commit 0eabcf27a3

@ -158,6 +158,7 @@ img { height: auto; max-width:100%; }
text-align: center;
}
#footer p { margin:0; }
.icon::before { transition: color 0.2s ease-in-out }
#copyright ul { margin-bottom: 0.5em; }
/* formulaire contact */

@ -25,7 +25,7 @@ button:hover, .button:hover, #footer input[type="submit"]:hover, #footer input[t
#footer input[type="button"]:hover, #footer button:hover, #footer .button:hover, #footer a:hover, .pagination a:hover,
#footer ul.icons li a.icon:hover:before, #nav ul.icons li a.icon:hover:before, #nav a:hover, #header .logo:hover,
#copyright a:hover, ul.icons li a.icon:hover::before, .reponse_formulaire_erreur, .erreur_message#nav ul.links li a:hover,
#nav .icons a, #nav ul.links li.active a, #sousnav nav ul li a.active, #sousnavmasquee nav ul li a.active {[ color:(#CONFIG{html5up/couleur_accent}) !important; ]}
#sousnav nav ul li a.active, #sousnavmasquee nav ul li a.active {[ color:(#CONFIG{html5up/couleur_accent}) !important; ]}
.button.primary:hover { color:white; }

Loading…
Cancel
Save