1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "version": 2,
- "title": "Dark Navy",
- "settings": {
- "color": {
- "palette": [
- {
- "slug": "primary",
- "color": "#DEFFEF",
- "name": "Primary"
- },
- {
- "slug": "tertiary",
- "color": "#0F1E42",
- "name": "Tertiary"
- },
- {
- "slug": "foreground",
- "color": "#A6FFD4",
- "name": "Foreground"
- },
- {
- "slug": "background",
- "color": "#050E24",
- "name": "Background"
- }
- ]
- }
- },
- "styles": {
- "blocks": {
- "core/button": {
- "border": {
- "radius": "0px"
- },
- "color": {
- "background": "var(--wp--preset--color--foreground)",
- "text": "var(--wp--preset--color--background)"
- },
- "typography": {
- "fontSize": "0.9rem",
- "fontWeight": "600",
- "letterSpacing": "0.1em",
- "lineHeight": 1.7,
- "textTransform": "uppercase"
- }
- }
- }
- }
- }
|