Skip to content

Commit 305cdd7

Browse files
authored
Merge pull request academicpages#2651 from oikos99/fix_link_contrast
Improved color contrast for link text
2 parents 97b9239 + 1dbd7f8 commit 305cdd7

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 : #2f7f93;
7676

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

0 commit comments

Comments
 (0)