Skip to content

Commit f872869

Browse files
committed
Fixing contrast WCAG error
1 parent 899d7bd commit f872869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ a:hover, a:focus {
8989
margin-bottom: 1rem;
9090

9191
a {
92-
color: light-dark(var(--python-blue), var(--python-yellow));
92+
color: light-dark(var(--dark-blue), var(--python-yellow));
9393
text-decoration-color: light-dark(var(--python-blue), var(--python-yellow));
9494
}
9595
}

0 commit comments

Comments
 (0)