Changement de la couleur des liens

This commit is contained in:
Vincent Calame 2019-12-19 19:26:01 +01:00 committed by root
parent 672148bb1e
commit 9fead0882a
1 changed files with 11 additions and 9 deletions

View File

@ -1881,16 +1881,18 @@ body {
background-color: #dbf8b1; }
a {
color: #920;
text-decoration: underline; }
a:hover {
color: #c50;
text-decoration: none; }
color: darkolivegreen;
text-decoration: none;}
a:visited {
color: #710;
text-decoration: none; }
color: #445625;}
a:hover, a:focus {
color: #799843;
text-decoration: underline; }
a:visited:hover, a:visited:focus {
color: #799843;}
h3.spip {
margin-top: 1.5em;
@ -1965,7 +1967,7 @@ header {
padding: 0.25em 1em; }
header nav .menu-liste .item a:visited {
color: rgba(0, 0, 0, 0.6); }
header nav .menu-liste .item a:hover {
header nav .menu-liste .item a:hover, header nav .menu-liste .item a:focus {
border-radius: 0.25em;
background-color: #EEFF88; }
header nav .menu-liste .on a {