[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/theme.json",
   3      "version": 3,
   4      "slug": "section-2",
   5      "title": "Style 2",
   6      "blockTypes": [
   7          "core/group",
   8          "core/columns",
   9          "core/column"
  10      ],
  11      "styles": {
  12          "color": {
  13              "background": "var:preset|color|accent-2",
  14              "text": "var:preset|color|contrast"
  15          },
  16          "blocks": {
  17              "core/separator": {
  18                  "color": {
  19                      "text": "color-mix(in srgb, currentColor 25%, transparent)"
  20                  }
  21              },
  22              "core/post-author-name": {
  23                  "color": {
  24                      "text": "currentColor"
  25                  },
  26                  "elements": {
  27                      "link": {
  28                          "color": {
  29                              "text": "currentColor"
  30                          }
  31                      }
  32                  }
  33              },
  34              "core/post-date": {
  35                  "color":{
  36                      "text": "color-mix(in srgb, currentColor 85%, transparent)"
  37                  },
  38                  "elements": {
  39                      "link": {
  40                          "color" : {
  41                              "text": "color-mix(in srgb, currentColor 85%, transparent)"
  42                          }
  43                      }
  44                  }
  45              },
  46              "core/post-terms": {
  47                  "color": {
  48                      "text": "currentColor"
  49                  },
  50                  "elements": {
  51                      "link": {
  52                          "color": {
  53                              "text": "currentColor"
  54                          }
  55                      }
  56                  }
  57              },
  58              "core/comment-author-name": {
  59                  "color": {
  60                      "text": "currentColor"
  61                  },
  62                  "elements": {
  63                      "link": {
  64                          "color": {
  65                              "text": "currentColor"
  66                          }
  67                      }
  68                  }
  69              },
  70              "core/comment-date": {
  71                  "color": {
  72                      "text": "currentColor"
  73                  },
  74                  "elements": {
  75                      "link": {
  76                          "color": {
  77                              "text": "currentColor"
  78                          }
  79                      }
  80                  }
  81              },
  82              "core/comment-edit-link": {
  83                  "color": {
  84                      "text": "currentColor"
  85                  },
  86                  "elements": {
  87                      "link": {
  88                          "color": {
  89                              "text": "currentColor"
  90                          }
  91                      }
  92                  }
  93              },
  94              "core/comment-reply-link": {
  95                  "color": {
  96                      "text": "currentColor"
  97                  },
  98                  "elements": {
  99                      "link": {
 100                          "color": {
 101                              "text": "currentColor"
 102                          }
 103                      }
 104                  }
 105              },
 106              "core/pullquote": {
 107                  "color": {
 108                      "text": "currentColor"
 109                  }
 110              },
 111              "core/quote": {
 112                  "color": {
 113                      "text": "currentColor"
 114                  }
 115              }
 116          }
 117      }
 118  }


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref