Accent color applies to links

This commit is contained in:
Vozer
2022-06-08 14:22:50 -05:00
committed by GitHub
parent 8fa550d5ec
commit d23738479a
+5
View File
@@ -103,3 +103,8 @@ display:none;
text-rendering: optimizeLegibility !important;
text-transform: none;
}
/* Links */
:root {
--text-link: var(--accent);
}