Update color variables to match core

This commit is contained in:
Kelly Dwan 2019-10-09 14:30:13 -04:00
parent 0f675ae6c3
commit fd40341aaa
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
3 changed files with 40 additions and 32 deletions

View file

@ -4,11 +4,11 @@
blockquote {
max-width: 100%;
border: none;
color: $color__text-over-background;
color: $color__text-on-dark;
}
@include breakpoint( $breakpoint-tablet ) {
background-color: $color__text-over-background;
background-color: $color__text-on-dark;
blockquote {
border-left: none;