{
	"version": 3,
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"title": "Outline",
	"slug": "read-more-2",
	"blockTypes": [ "core/read-more" ],
	"styles": {
		"border": {
			"color": "currentColor",
			"style": "solid",
			"width": "1px",
			"radius": ".33rem"
		},
		"spacing": {
			"padding": {
				"bottom": "var(--wp--preset--spacing--12)",
				"left": "var(--wp--preset--spacing--20)",
				"right": "var(--wp--preset--spacing--20)",
				"top": "var(--wp--preset--spacing--12)"
			}
		},
		"typography": {
			"fontSize": "var(--wp--preset--font-size--minute)",
			"fontStyle": "normal"
		},
		"css": "&:hover { border-color: var(--wp--preset--color--primary); text-decoration: none; }"
	}
}
