Skip to content

Commit

Permalink
[TASK] Changed colors to make sure contrast is enough to be accessible
Browse files Browse the repository at this point in the history
Closes: #74
  • Loading branch information
Richard Haeser committed Oct 22, 2019
1 parent 3a9c877 commit d0a2c3b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Styles/Base/_widget.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
}

th {
font-weight: 400;
color: #fff;
font-weight: 600;
color: #000;
}
}

Expand Down
3 changes: 2 additions & 1 deletion Resources/Private/Styles/Widgets/_ctaWidget.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
align-items: center;
padding: $block-gutter / 2;
background-color: $primary-color;
font-weight: 600;
font-size: 14px;
color: #fff;
color: #000;

&:hover,
&:focus {
Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/Styles/Widgets/_numberWidget.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
line-height: 1.3;
margin-bottom: 5px;
font-size: 16px;
color: #7f7f7f;
color: #000;
}

.dashboard-widget-number--number {
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/CSS/Modal/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Resources/Public/CSS/ctaWidget.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Resources/Public/CSS/dashboard.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Resources/Public/CSS/numberWidget.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0a2c3b

Please sign in to comment.