Skip to content

Commit b42f6d1

Browse files
authored
improved link color contrast
changed the links' blue color to a darker shade to meet color contrast (web accessibility) standards
1 parent fb54e7a commit b42f6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $primary-color : #7a8288;
7272
$success-color : #62c462;
7373
$warning-color : #f89406;
7474
$danger-color : #ee5f5b;
75-
$info-color : #52adc8;
75+
$info-color : #236070;
7676

7777
/* brands */
7878
$behance-color : #1769FF;

0 commit comments

Comments
 (0)