dark theme + decouple link color from accent color

This commit is contained in:
zyl 2023-11-13 12:55:33 -08:00
parent 688fe2bc48
commit 9c09ae9817
No known key found for this signature in database
GPG key ID: 8611B896D1AAFAF2
3 changed files with 9 additions and 5 deletions

View file

@ -2,6 +2,7 @@ body {
--bg-color: #eee;
--text-color: black;
--accent-color: #b520e7;
--link-color: var(--accent-color);
--accent-text-color: var(--bg-color);
--accent-color-neutral: #aaa;
--accent-text-color-neutral: #eee;