Изменить 'style/blue.css'

button unifying
This commit is contained in:
Blue 2019-07-29 10:27:51 +00:00
parent 1b76fa3fe1
commit 82bf01b0af
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ nav > a:last-child {
margin: 10px; /*to collapse margins*/
}
nav > a:hover {
nav > a:hover,
.button:hover {
background-color: #bfeaff;
}