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