added pointer to link class

This commit is contained in:
gerard 2018-08-02 15:33:50 +02:00
parent 84462be55a
commit 16dfaf8943
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ input[type=reset]::-moz-focus-inner
}
.link{
text-decoration: underline;
cursor: pointer;
&:hover{
color: $main-01!important;
}