Skip to content

Commit

Permalink
fix: update card bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Jan 31, 2023
1 parent a827f75 commit 8a99601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
--color-fill: 33, 39, 55;
--color-text-base: 234, 237, 243;
--color-accent: 255, 107, 1;
--color-card: 27, 39, 70;
--color-card: 52, 63, 96;
--color-card-muted: 138, 51, 2;
--color-border: 171, 75, 8;
}
Expand Down

0 comments on commit 8a99601

Please sign in to comment.