diff options
author | Nicolas Lœuillet <nicolas@coteo.com> | 2013-04-08 19:09:56 +0200 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@coteo.com> | 2013-04-08 19:09:56 +0200 |
commit | d31edfd3f0a0518c235014b56ecb9404c8275eb3 (patch) | |
tree | ae84564d38933e98861e4f90bae7cc2d7fca0c29 | |
parent | 6c732e1cc64ec9747ca89bd705a9009fe1035a09 (diff) | |
download | wallabag-d31edfd3f0a0518c235014b56ecb9404c8275eb3.tar.gz wallabag-d31edfd3f0a0518c235014b56ecb9404c8275eb3.tar.zst wallabag-d31edfd3f0a0518c235014b56ecb9404c8275eb3.zip |
typo pour le hover sur le lien de retour à la home
-rw-r--r-- | css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index add05b85..a7a40b9f 100644 --- a/css/style.css +++ b/css/style.css | |||
@@ -53,7 +53,7 @@ header { | |||
53 | text-decoration: none; | 53 | text-decoration: none; |
54 | padding: 5px 10px; | 54 | padding: 5px 10px; |
55 | } | 55 | } |
56 | #links a:hover, .backhome a{ | 56 | #links a:hover, .backhome a:hover{ |
57 | -webkit-border-radius: 2px; | 57 | -webkit-border-radius: 2px; |
58 | border-radius: 2px; | 58 | border-radius: 2px; |
59 | background-color: #040707; | 59 | background-color: #040707; |