Changement de la couleur des liens
This commit is contained in:
parent
672148bb1e
commit
9fead0882a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user