themes-wordpress/infield/styles/grand-slam.json
alaczek 051f7275a8
Infield: Add theme. (#7556)
* Add Infield theme.

Initial commit.

* Removed unused font asset

---------

Co-authored-by: Jason Crist <jcrist@pbking.com>
2024-03-05 11:34:10 +11:00

44 lines
No EOL
1.3 KiB
JSON

{
"settings": {
"color": {
"palette": [
{
"color": "#002b6a",
"name": "Accent 1",
"slug": "accent-1"
},
{
"color": "#007fe6",
"name": "Accent 2",
"slug": "accent-2"
},
{
"color": "#11181F",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#ffffff",
"name": "Base",
"slug": "base"
},
{
"color": "#f0eff4",
"name": "Accent 3",
"slug": "accent-3"
},
{
"color": "#f24333",
"name": "Accent 4",
"slug": "accent-4"
}
]
}
},
"styles": {
"css": "/* Remove block gap between first-level blocks */ :where(.wp-site-blocks) > * { margin-block-start: 0; margin-block-end: 0; }\n\n.pointer {\n width: auto;\nheight: 40px;\n position: relative;\n background: var(--wp--preset--color--accent-4);\n}\n\n.pointer:before {\n content: \"\";\n position: absolute;\n right: -30px;\n bottom: 0;\n width: 0;\n height: 0;\n border-left: 30px solid var(--wp--preset--color--accent-4);\n border-top: 20px solid transparent;\n border-bottom: 20px solid transparent;\n}\n\n.double-hr {\nbackground: var(--wp--preset--color--accent-1);\n height:3px;\n border-top:1px solid #ffffff33;\n border-bottom:1px solid #ffffff33;\n}"
},
"title": "Grand Slam",
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}