2021-11-10 13:21:41 +01:00
|
|
|
a {
|
|
|
|
cursor: pointer;
|
|
|
|
color: $blue;
|
2021-11-10 14:29:49 +01:00
|
|
|
transition: 0.2s;
|
2021-11-10 13:21:41 +01:00
|
|
|
|
2021-11-19 08:52:49 +01:00
|
|
|
&:hover{
|
|
|
|
color: $dark-blue;
|
2021-11-10 13:21:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&.noline {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|