Skip to content

Commit

Permalink
chore: update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Aug 10, 2023
1 parent a2ce5b3 commit 03cd20f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
$font-family: Quicksand, Verdana, sans-serif;
$hero-title-font-weight: 500;

$primary-color: #233329;
$accent-color: #63d471;
$warning-color: #97523B;
$important-color: #BD7724;
$primary-color: #f6ab2a;
$accent-color: #8b5937;
$warning-color: #c5bf1e;
$important-color: #981919;

$main-background: linear-gradient(135deg, $primary-color 0%, $accent-color 100%);

Expand Down

0 comments on commit 03cd20f

Please sign in to comment.