This commit is contained in:
Vrifox 2020-11-09 20:16:31 +01:00
parent e38d188d00
commit 7b777115c8
4 changed files with 6 additions and 4 deletions

View file

@ -2,8 +2,8 @@
a {
border-bottom: 1px solid;
color: $white;
margin: -5px;
padding: 5px;
margin: -2px 0;
padding: 2px 0;
transition: border .2s, color .2s;
&:hover {
color: $red;