Skip to content

Commit 934354b

Browse files
committed
fix: improve footer text contrast to meet WCAG 2.1 AA requirements
1 parent f2d0440 commit 934354b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/_sass/custom/custom.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ div.site-header {
66
div.site-logo {
77
background-position: center center;
88
}
9+
10+
footer.site-footer {
11+
color: #6A686D;
12+
}

0 commit comments

Comments
 (0)