diff --git a/src/wp-content/themes/twentynineteen/style-editor.css b/src/wp-content/themes/twentynineteen/style-editor.css
index f4e49185fa..522bb790b6 100644
a
|
b
|
figcaption, |
1059 | 1059 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; |
1060 | 1060 | font-size: 0.71111em; |
1061 | 1061 | line-height: 1.6; |
1062 | | color: #767676; |
| 1062 | color: inherit; |
1063 | 1063 | } |
1064 | 1064 | |
1065 | 1065 | /** === Pullquote === */ |
diff --git a/src/wp-content/themes/twentynineteen/style-editor.scss b/src/wp-content/themes/twentynineteen/style-editor.scss
index 19523b16ed..db50c94383 100644
a
|
b
|
figcaption, |
443 | 443 | @include font-family( $font__heading ); |
444 | 444 | font-size: $font__size-xs; |
445 | 445 | line-height: 1.6; |
446 | | color: $color__text-light; |
| 446 | color: inherit; |
447 | 447 | } |
448 | 448 | } |
449 | 449 | |