Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style improvements for template previews #1785

Merged
merged 19 commits into from
Jan 24, 2020
Merged
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