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