We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4d1a6 commit 642984cCopy full SHA for 642984c
src/app/colors.css
@@ -1,5 +1,6 @@
1
:root,
2
.light {
3
+ --color-pri-lightest: 319 100% 96%;
4
--color-pri-lighter: 319 100% 90%;
5
--color-pri-light: 318 100% 80%;
6
--color-pri-base: 319 100% 44.1%;
tailwind.config.ts
@@ -38,6 +38,7 @@ const config: Config = {
38
black: "#1b1b1b",
39
40
// #region new design system colors
41
+ "pri-lightest": "hsl(var(--color-pri-lightest) / <alpha-value>)",
42
"pri-lighter": "hsl(var(--color-pri-lighter) / <alpha-value>)",
43
"pri-light": "hsl(var(--color-pri-light) / <alpha-value>)",
44
"pri-base": "hsl(var(--color-pri-base) / <alpha-value>)",
0 commit comments