[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfive/styles/sections/ -> section-5.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/theme.json",
   3      "version": 3,
   4      "slug": "section-5",
   5      "title": "Style 5",
   6      "blockTypes": [
   7          "core/group",
   8          "core/columns",
   9          "core/column"
  10      ],
  11      "styles": {
  12          "color": {
  13              "background": "var:preset|color|contrast",
  14              "text": "var:preset|color|base"
  15          },
  16          "blocks": {
  17              "core/separator": {
  18                  "color": {
  19                      "text": "color-mix(in srgb, currentColor 25%, transparent)"
  20                  }
  21              }
  22          },
  23          "elements": {
  24              "button": {
  25                  "color": {
  26                      "background": "var:preset|color|base",
  27                      "text": "var:preset|color|contrast"
  28                  },
  29                  ":hover": {
  30                      "color": {
  31                          "background": "color-mix(in srgb, var(--wp--preset--color--base) 80%, transparent)",
  32                          "text": "var:preset|color|contrast"
  33                      }
  34                  }
  35              }
  36          }
  37      }
  38  }


Generated : Thu Oct 24 08:20:01 2024 Cross-referenced by PHPXref