Skip to content

Commit

Permalink
Darker notices (accessibility issue fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
luap42 committed Apr 29, 2020
1 parent 72ae769 commit dcc33f0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/codidact.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/common/common.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/codidact.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/common/common.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/common/_notices.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
&.is-#{$name}.is-filled {
border-color: transparent;
background-color: darken($color, 15%);
background-color: darken($color, 25%);
}
}

Expand Down

0 comments on commit dcc33f0

Please sign in to comment.