Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 264daf2

Browse files
committed
fix(accessibility): Changed the link color to a darker blue.
Change the link color to a darker blue to fix some of the color contrast issues. no breaking changes
1 parent 8edc37d commit 264daf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/operators/_operator-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
$operator-border: #f3f3f3;
44
$operator-active: #62757f;
5-
$link-color: #2196f3;
5+
$link-color:#0a6fc2;
66

77
@mixin operator-theme($theme) {
88
$primary: mat-color(map-get($theme, primary));

0 commit comments

Comments
 (0)