Add default colors to a elements.
This commit is contained in:
parent
32a167bedc
commit
21fb058055
|
@ -42,11 +42,12 @@ body {
|
|||
}
|
||||
|
||||
a {
|
||||
color: var(--accent-1);
|
||||
color: var(--accent-1, var(--light-blue));
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
color: var(--accent-2);
|
||||
color: var(--accent-2, var(--light-magenta));
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue