Changes to LCP Gallery Meta

This commit is contained in:
Jeremy Rangel
2025-01-09 17:50:32 -08:00
parent ceb37fc5af
commit ae31fec647
14 changed files with 651 additions and 35 deletions

View File

@ -44,18 +44,23 @@
},
{
"color": "#00E080",
"name": "Accent",
"slug": "accent"
"name": "Accent - 1",
"slug": "accent-1"
},
{
"color": "#00FC90",
"name": "Accent 2",
"slug": "accent-2"
"name": "Accent Light - 1",
"slug": "accent-light-1"
},
{
"color": "#232323",
"name": "Font 1",
"slug": "font-color-1"
},
{
"color": "#a0a0a0",
"name": "Font Light 1",
"slug": "font-light-1"
}
]
},
@ -201,6 +206,7 @@
"useRootPaddingAwareAlignments": true
},
"styles": {
"color": {
"background": "var:preset|color|base",
"text": "var:preset|color|contrast"
@ -214,7 +220,7 @@
},
"typography": {
"fontFamily": "var:preset|font-family|manrope",
"fontSize": "var:preset|font-size|large",
"fontSize": "var:preset|font-size|medium",
"fontWeight": "300",
"letterSpacing": "-0.1px",
"lineHeight": "1.4"