Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit 646dec0

Browse files
committed
Dark mode links against footer bkg didn't have enough contrast to meet WCAG AA
1 parent bf4617b commit 646dec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/modules/_variables.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
--lightBlue : hsl(201, 58%, 62%);
7373
--blue : hsl(198, 76%, 32%);
7474
--navy : hsl(212, 48%, 22%);
75-
--lavender : hsl(263, 65%, 68%);
75+
--lavender : hsl(263, 65%, 72%);
7676

7777
--siteBkg: var(--cream);
7878
--textColor: var(--navy);

0 commit comments

Comments
 (0)