Skip to content

Commit 38e2914

Browse files
committed
Improved contrast ratio in footer to meet WCAG guidelines
1 parent c8fb426 commit 38e2914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/assets/stylesheets/main/_colors.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
// Footer color shades
114114
--md-footer-fg-color: hsla(0, 0%, 100%, 1);
115115
--md-footer-fg-color--light: hsla(0, 0%, 100%, 0.7);
116-
--md-footer-fg-color--lighter: hsla(0, 0%, 100%, 0.3);
116+
--md-footer-fg-color--lighter: hsla(0, 0%, 100%, 0.4);
117117
--md-footer-bg-color: hsla(0, 0%, 0%, 0.87);
118118
--md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32);
119119

0 commit comments

Comments
 (0)