Use correct link hover color. Closes #2888

This commit is contained in:
Gabe Kangas 2023-03-31 21:56:55 -07:00
parent 67ac959bef
commit bc1fec0228
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -95,7 +95,7 @@ body {
word-break: break-word; word-break: break-word;
&:hover { &:hover {
color: var(--theme-color-palette-12); color: var(--theme-color-action-hover);
} }
} }