Skip to content

Commit

Permalink
Update theme.less
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jun 8, 2022
1 parent 929e2d5 commit 68f5425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion war/src/main/less/abstracts/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Color palette
--white: #fff;
--very-light-grey: #f8f8f8;
--light-grey: #f2f2f2;
--light-grey: hsl(240, 0.2, 0.965);
--medium-grey: #9ba7af;
--dark-grey: #4d545d;
--black: hsl(240, 0.2, 0.1);
Expand Down

0 comments on commit 68f5425

Please sign in to comment.