9 lines
127 B
Text
9 lines
127 B
Text
|
.link {
|
||
|
color: var(--accent-colour);
|
||
|
text-decoration: none;
|
||
|
|
||
|
&:hover {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
}
|