Change system message link color. Closes #2634

This commit is contained in:
Gabe Kangas 2023-01-27 11:50:15 -08:00
parent dd1ff8202e
commit 7c8030cca4
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -35,4 +35,13 @@
background-color: var(--theme-color-palette-12);
}
}
a {
color: var(--theme-color-palette-4);
:hover {
text-decoration: underline;
text-underline-offset: 2px;
text-decoration-color: var(--theme-color-palette-15);
}
}
}