Skip to content

Commit

Permalink
feat(stylers): Improve primary/secondary color
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Apr 28, 2024
1 parent e94b62f commit a12106b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions styles/_base.scss
Expand Up @@ -9,6 +9,7 @@ body {
-webkit-font-smoothing: antialiased;
color: #333;
padding: 1rem;
background: $color-background;
}

h1, h2, h3, h4, h5, h6 {
Expand Down
5 changes: 3 additions & 2 deletions styles/_vars.scss
Expand Up @@ -4,5 +4,6 @@ $font-size-h2: 1.266rem;
$font-size-h3: 1.125rem;
$font-size-small: 0.889rem;

$color-primary: #473ae0;
$color-secondary: #8d8ab6;
$color-background: #fefeff;
$color-primary: #4040ff;
$color-secondary: #c1c1de;

0 comments on commit a12106b

Please sign in to comment.