added bg-color change on btn hover

This commit is contained in:
Yakko Majuri 2020-07-22 19:25:16 -03:00
parent 8f727c4459
commit 00a512a719
No known key found for this signature in database
GPG Key ID: 65EA543D0483F232
1 changed files with 5 additions and 0 deletions

View File

@ -64,6 +64,11 @@ html {
background-position: center;
}
.header-icon:hover {
background-color: rgba(43, 59, 71, 0.124066);
color: rgba(255, 255, 255, 1);
}
.header-link--gh .header-icon {
background-image: url(../img/icon_gh.svg);
background-size: 80%;