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

Commit 0412df5

Browse files
Merge pull request #217 from chrisdemars/chrisdemars-fontcolors
fix(accessibility): Changed colors of links and operator header copy
2 parents 8dd3584 + 0d9327a commit 0412df5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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));

src/app/operators/components/operator-header/operator-header.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
mat-toolbar {
1212
background: $operator-active !important;
13-
color: rgba(255, 255, 255, 0.87);
13+
color: rgb(255, 255, 255);
1414
font-weight: normal;
1515
}

0 commit comments

Comments
 (0)