Skip to content

Commit

Permalink
Add missing variables for light mode app background/text colors
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Jan 25, 2025
1 parent 510937e commit 658c1b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles/_colors.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@use 'mixins' as *;

:root {
--app-background-color: hsl(0, 0%, 100%);
--app-text-color: hsl(0, 0%, 0%);
--update-notification-color: hsl(207, 60%, 50%);
--empty-chip-slot-border-color: hsl(0, 0%, 80%);
--button-background-color: hsl(100, 100%, 30%);
Expand Down

0 comments on commit 658c1b2

Please sign in to comment.