Update _buttons.scss

This commit is contained in:
Patrick Marsceill 2018-10-23 17:03:43 -04:00 committed by GitHub
parent ca06df3776
commit b38f9863cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
&:hover,
&.zeroclipboard-is-hover {
color: $fg;
background-color: darken($bg, 4%);
background-color: darken($bg, 4%);
background-image: linear-gradient((lighten($bg, 2%), darken($bg, 4%)));
}