improve link css

This commit is contained in:
Amolith 2023-01-20 19:52:07 -05:00
parent d779b0d97b
commit 5b11ce1baf
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,9 @@
background-size: 0 0;
background-position: 100% 21%;
transition: .15s ease-out;
border-radius: 5px;
padding-left: 4px;
margin-left: -3px;
&:hover {
background-size: 100% 100%;
color: $light;
@ -70,6 +73,9 @@
background-size: 0 0;
background-position: 100% 21%;
transition: .15s ease-out;
border-radius: 5px;
padding-left: 4px;
margin-left: -3px;
&:hover {
background-size: 100% 100%;
color: $light;