Update theme.less

This commit is contained in:
Jan Faracik 2022-06-08 16:40:41 +01:00
parent 929e2d5e5a
commit 68f5425a7b
1 changed files with 1 additions and 1 deletions

View File

@ -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);