added bg-color change on btn hover
This commit is contained in:
parent
8f727c4459
commit
00a512a719
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue