Skip to content

Commit

Permalink
feat(styles): use hslA for tones, instead of grays
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jul 21, 2020
1 parent 4e02279 commit 6c1c417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/general/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

/* This is for icons mainly */
--color-default: hsl(0, 0%, 100%);
--color-default-text: hsl(0, 0%, 90%);
--color-default-text-muted: hsl(0, 0%, 70%);
--color-default-text: hsla(0, 0%, 100%, 0.9);
--color-default-text-muted: hsla(0, 0%, 100%, 0.7);

/* For background */
--color-background: hsl(0, 0%, 7%);
Expand Down

0 comments on commit 6c1c417

Please sign in to comment.