mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
Petit correctif des couleurs de la classe "bouton" au hover
This commit is contained in:
parent
8af1077265
commit
d2beefd27c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ a, a:hover, a:visited {
|
|||
border: none;
|
||||
}
|
||||
.bouton:hover {
|
||||
background-color: #040707;
|
||||
background-color: #222222;
|
||||
color: #F1F1F1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue