mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-05 10:25:45 +03:00
Update color variables to match core
This commit is contained in:
parent
0f675ae6c3
commit
fd40341aaa
3 changed files with 40 additions and 32 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue