Fix link:hover style

This commit is contained in:
lostinlight 2020-02-27 04:11:59 +03:00
parent 5d0f9f11b6
commit a808ce1095
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ a {
color: $golden; color: $golden;
outline: none; outline: none;
border-bottom: none; border-bottom: none;
background-image: linear-gradient($black); background-image: linear-gradient($black, $black);
background-size: 1.5em 1.5em; background-size: 1.5em 1.5em;
} }
} }