diff --git a/css/perso.css b/css/perso.css index 17e5a8c..1a763f7 100644 --- a/css/perso.css +++ b/css/perso.css @@ -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 {