Skip to content

Commit

Permalink
fix default starting css colors to current salmon
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloexc committed Apr 23, 2024
1 parent a9fd767 commit 4dd32cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions assets/sass/_nutrition.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,12 @@
margin: 0;
font-family: "Lack-Regular", sans-serif;
}
}

.tagbox {
padding: 0 20px;

p {
font-size: 12px;
}
}
6 changes: 3 additions & 3 deletions assets/sass/style.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$background: #D7C6B8;
$background: #e0cdbc;

$f_high: #1E1D1D;
$f_med: #25296B;
$f_med: #485e9b;
$f_low: #523d2c;
$f_inv: #3f4f5b;
$f_inv: #ffffff;

$b_high: #E7D8C8;
$b_med: #CEC7C0;
Expand Down

0 comments on commit 4dd32cd

Please sign in to comment.