Changes to LCP Gallery Meta
This commit is contained in:
16
theme.json
16
theme.json
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user