Skip to content

Commit

Permalink
Updated colors to fit with new 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
couellet committed May 11, 2021
1 parent 5ce3f3b commit b387e10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions assets/scss/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $color--dark: #111;
$color--dark: #111;
$color--light: #fafafa;
$color--light-accent: #eaeaea;
$color--primary: #429bfc;
$color--secondary: #429bfc;
$color--primary: hsl(220, 75%, 30%);
$color--primary-hover: hsl(220, 75%, 40%);
$color--secondary: hsl(200, 92%, 50%);
$color--background: #fcfdff;
2 changes: 1 addition & 1 deletion assets/scss/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ body {
transition: 0.2s all;
transform: translateY(-2px);
box-shadow: 0px 2px 10px transparentize(darken($color--primary, 3%), 0.5);
background-color: darken($color--primary, 10%);
background-color: $color--primary-hover;
}
}

Expand Down

0 comments on commit b387e10

Please sign in to comment.