generated from Seekra/repository-template
Bug fix: remove commas from the CSS variables starting with --black
This commit is contained in:
@@ -17,15 +17,15 @@
|
||||
--primary-color-d-7: oklch(0.147 0.202 260);
|
||||
--primary-color-d-8: oklch(0.097 0.202 260);
|
||||
|
||||
--black-l-8: oklch(0.4, 0, 0);
|
||||
--black-l-7: oklch(0.35, 0, 0);
|
||||
--black-l-6: oklch(0.3, 0, 0);
|
||||
--black-l-5: oklch(0.25, 0, 0);
|
||||
--black-l-4: oklch(0.2, 0, 0);
|
||||
--black-l-3: oklch(0.15, 0, 0);
|
||||
--black-l-2: oklch(0.1, 0, 0);
|
||||
--black-l-1: oklch(0.05, 0, 0);
|
||||
--black: oklch(0, 0, 0);
|
||||
--black-l-8: oklch(0.4 0 0);
|
||||
--black-l-7: oklch(0.35 0 0);
|
||||
--black-l-6: oklch(0.3 0 0);
|
||||
--black-l-5: oklch(0.25 0 0);
|
||||
--black-l-4: oklch(0.2 0 0);
|
||||
--black-l-3: oklch(0.15 0 0);
|
||||
--black-l-2: oklch(0.1 0 0);
|
||||
--black-l-1: oklch(0.05 0 0);
|
||||
--black: oklch(0 0 0);
|
||||
|
||||
--white: oklch(1 0 0);
|
||||
--white-d-1: oklch(0.95 0 0);
|
||||
|
||||
Reference in New Issue
Block a user