mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-05-15 15:32:19 +02:00
Warmer style for the entire website + shapes
This commit is contained in:
@@ -14,7 +14,7 @@ export default {
|
||||
},
|
||||
extend: {
|
||||
fontFamily: {
|
||||
display: ['"Playfair Display"', "Georgia", "serif"],
|
||||
display: ['"Noto"', "system-ui", "sans-serif"],
|
||||
body: ['"Inter"', "system-ui", "sans-serif"],
|
||||
},
|
||||
colors: {
|
||||
@@ -24,7 +24,7 @@ export default {
|
||||
background: "hsl(var(--background))",
|
||||
foreground: "hsl(var(--foreground))",
|
||||
primary: {
|
||||
DEFAULT: "hsl(230.5, 57.6%, 74.1%)",
|
||||
DEFAULT: "hsla(37, 93%, 53%, 1.00)",
|
||||
foreground: "hsl(var(--primary-foreground))",
|
||||
},
|
||||
secondary: {
|
||||
|
||||
Reference in New Issue
Block a user