mirror of
https://github.com/acid-info/nimbus-site.git
synced 2025-02-06 22:43:42 +00:00
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…
x
Reference in New Issue
Block a user