style: reduce frontend visual effects
This commit is contained in:
@@ -19,7 +19,6 @@ export default {
|
||||
border: "hsl(var(--border) / <alpha-value>)",
|
||||
muted: "hsl(var(--muted) / <alpha-value>)",
|
||||
accent: "hsl(var(--accent) / <alpha-value>)",
|
||||
"accent-foreground": "hsl(var(--accent-foreground) / <alpha-value>)",
|
||||
warning: "hsl(var(--warning) / <alpha-value>)",
|
||||
},
|
||||
fontFamily: {
|
||||
@@ -32,7 +31,6 @@ export default {
|
||||
},
|
||||
boxShadow: {
|
||||
card: "0 16px 42px hsl(215 32% 18% / 0.08)",
|
||||
glass: "0 16px 42px hsl(215 32% 18% / 0.08)",
|
||||
soft: "0 10px 28px hsl(215 32% 18% / 0.06)",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user