Skip to content

Commit

Permalink
fix(docs-infra): notification must have sufficient color contrast
Browse files Browse the repository at this point in the history
use ngrx branding
  • Loading branch information
timdeschryver authored and brandonroberts committed Sep 17, 2018
1 parent 8241f99 commit ac24cc3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions projects/ngrx.io/src/styles/2-modules/_notification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $notificationHeight: 56px;
}

aio-notification {
background: $darkgray;
background: $purple;
display: flex;
position: relative;
align-items: center;
Expand Down Expand Up @@ -50,10 +50,12 @@ aio-notification {
overflow: hidden;
text-overflow: ellipsis;
margin-right: 10px;
color: $offwhite;
}

.action-button {
background: $brightred;
background: mat-color($dull-magenta, 700);
color: $offwhite;
border-radius: 15px;
text-transform: uppercase;
padding: 0 10px;
Expand Down

0 comments on commit ac24cc3

Please sign in to comment.