fix(dark mode): default link style

This commit is contained in:
kolaente 2021-11-23 21:51:07 +01:00
parent 79e38daa77
commit 4faebdb756
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@
--card-border-color: var(--grey-200);
--logo-text-color: hsl(180, 1%, 15%);
--link: var(--primary);
--link-hover: hsla(var(--primary-h), var(--primary-s), var(--primary-l), .75);
&.dark {
// Light mode colours reversed for dark mode