Skip to content

Commit

Permalink
Merge pull request #1785 from wordpress-mobile/fix/template-preview-s…
Browse files Browse the repository at this point in the history
…tyles

Style improvements for template previews
  • Loading branch information
koke authored Jan 24, 2020
2 parents e33cd1f + 04a4362 commit 8fffde1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 235 files
5 changes: 5 additions & 0 deletions src/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ $toolbar-button-disabled: $gray-lighten-30;

$background-dark-elevated: #2e2e2e;
$background-dark-secondary: #1e2327;

// Primary tint color (light)
$blue-50: #2271b1;
// Primary tint color (dark)
$blue-30: #5198d9;

// color-studio
Expand All @@ -140,6 +144,7 @@ $gray-20: #a7aaad;
$gray-30: #8e9196;
$gray-40: #787c82;
$gray-50: #646970;
$gray-60: #50575e;
$gray-70: #3c434a;
$gray-90: #1d2327;
$gray-95: #1d2327;
Expand Down

0 comments on commit 8fffde1

Please sign in to comment.