Skip to content

Commit

Permalink
text color contrast issue in p on some child pages of our-work
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamingfu committed Apr 2, 2020
1 parent dafad31 commit eacac75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/scss/palette-blue-azure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
background-color: $dark-blue;
}

p {
color:scale-color($primary-color, $lightness:-40%)!important;
}

a,
h3,
.title,
Expand Down
4 changes: 4 additions & 0 deletions assets/scss/palette-gray-pink.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
background-color: $primary-color;
}

p {
color: scale-color($bright-pink,$lightness:-50%) !important;
}

a,
h3,
.title,
Expand Down

0 comments on commit eacac75

Please sign in to comment.