Skip to content

Commit

Permalink
Fix --white (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Nov 22, 2023
1 parent 83c0c52 commit 8a6de26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $font-sizes: (
:root {
// Colors
// -------------
--white: hsl(0, 0, 100%);
--white: hsl(0, 0%, 100%);
--tainted-white: hsl(0, 0%, 96%);
--black: hsl(0, 0%, 14%);
--light-gray: hsl(0, 0%, 47%);
Expand Down

0 comments on commit 8a6de26

Please sign in to comment.