Skip to content

Commit

Permalink
misc: updated colors
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Nov 27, 2024
1 parent 155e493 commit a6af877
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,17 @@ html {
@import "theme";
@import "vars";

@include theme($c-primary: #209680,
@include theme(
$c-primary: #209680,
$c-primary-l: #cf0,
$c-accent: #ad0,
$c-accent-l: #cf0,
$c-accent-d: #6a0,
$c-primary-d: #16705f,
$c-gray: #696969,
$s-padding: calc(1.5 * $s-unit),
$c-secondary: #060f11,
$c-secondary-l: #0e1618,
$c-secondary: #182a2b,
$c-secondary-l: #1e3334,
$c-secondary-ll: #1a2225,
);

Expand Down

0 comments on commit a6af877

Please sign in to comment.