Skip to content

Commit ce1984a

Browse files
committed
Fix a11y contrast ratio problems
1 parent 70e9b7c commit ce1984a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

edx_credentials_themes/static/edx.org/base/sass/views/certificate.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
background: $gray-100;
33

44
a {
5-
color: $blue;
5+
color: $info-700;
6+
text-decoration-color: $info-700;
67
}
78

89
.accomplishment-rendering {

edx_credentials_themes/static/edx.org/css/edx.org.base.style-ltr.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

edx_credentials_themes/static/edx.org/css/edx.org.base.style-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)