- Timestamp:
- 10/11/2022 12:42:28 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentythree/styles/pilgrimage.json
r54372 r54467 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 3 "version": 2, 2 4 "title": "Pilgrimage", 3 5 "settings": { … … 25 27 }, 26 28 { 29 "gradient": "linear-gradient(180deg, var(--wp--preset--color--primary) 0%,var(--wp--preset--color--tertiary) 100%)", 30 "name": "Tertiary to Secondary", 31 "slug": "tertiary-secondary" 32 }, 33 { 34 "gradient": "linear-gradient(180deg, var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--primary) 100%)", 35 "name": "Tertiary to Primary", 36 "slug": "tertiary-primary" 37 }, 38 { 27 39 "gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0%,var(--wp--preset--color--primary) 350%)", 28 40 "name": "Base to Primary", 29 41 "slug": "base-primary" 42 }, 43 { 44 "gradient": "radial-gradient(circle at 5px 5px,#0c0d0d70 2px,#ffffff00 0px,#ffffff00 0px) 0 0 / 8px 8px, linear-gradient(180deg, var(--wp--preset--color--base) 0%,#000000 200%)", 45 "name": "Dots", 46 "slug": "dots" 30 47 } 31 48 ], … … 66 83 ":active": { 67 84 "color": { 68 "text": "var(--wp--preset--color-- primary)"85 "text": "var(--wp--preset--color--tertiary)" 69 86 } 70 87 } … … 77 94 ":active": { 78 95 "color": { 79 "text": "var(--wp--preset--color-- primary)"96 "text": "var(--wp--preset--color--tertiary)" 80 97 }, 81 98 "typography": { … … 91 108 ":active": { 92 109 "color": { 93 "text": "var(--wp--preset--color-- primary)"110 "text": "var(--wp--preset--color--tertiary)" 94 111 } 95 112 } … … 136 153 ":hover": { 137 154 "color": { 138 "text": "var(--wp--preset--color--primary)" 139 } 140 }, 155 "text": "var(--wp--preset--color--tertiary)" 156 } 157 } 158 } 159 } 160 }, 161 "core/post-content": { 162 "elements": { 163 "link": { 141 164 "color": { 142 165 "text": "var(--wp--preset--color--primary)" … … 145 168 } 146 169 }, 147 "core/post-content": {148 "elements": {149 "link": {150 "color": {151 "text": "var(--wp--preset--color--primary)"152 }153 }154 }155 },156 170 "core/post-date": { 157 171 "elements": { … … 164 178 } 165 179 }, 180 "core/post-featured-image": { 181 "filter": { 182 "duotone": "var(--wp--preset--duotone--default-filter)" 183 } 184 }, 166 185 "core/post-title": { 167 186 "elements": { … … 169 188 ":active": { 170 189 "color": { 171 "text": "var(--wp--preset--color-- primary)"190 "text": "var(--wp--preset--color--tertiary)" 172 191 }, 173 192 "typography": { … … 188 207 } 189 208 } 209 }, 210 "border": { 211 "top": { 212 "color": "var(--wp--preset--color--primary)" 213 } 190 214 } 191 215 }, 192 216 "core/separator": { 193 217 "color": { 194 "text": "var(--wp--preset--color-- primary)"218 "text": "var(--wp--preset--color--secondary)" 195 219 } 196 220 }, … … 212 236 }, 213 237 "color": { 214 "gradient": "var(--wp--preset--gradient-- base-primary)"238 "gradient": "var(--wp--preset--gradient--dots)" 215 239 }, 216 240 "elements": { … … 276 300 }, 277 301 "link": { 302 "color": { 303 "text": "var(--wp--preset--color--primary)" 304 }, 305 ":hover": { 306 "color": { 307 "text":"var(--wp--preset--color--tertiary)" 308 } 309 }, 310 ":focus": { 311 "color": { 312 "text":"var(--wp--preset--color--tertiary)" 313 } 314 }, 278 315 ":active": { 279 316 "color": { 280 "text": "var(--wp--preset--color--primary)" 281 } 282 }, 283 ":hover": { 284 "color": { 285 "text":"var(--wp--preset--color--primary)" 286 } 287 }, 288 "color": { 289 "text": "var(--wp--preset--color--primary)" 317 "text": "var(--wp--preset--color--tertiary)" 318 } 290 319 } 291 320 } 292 321 } 293 }, 294 "version": 2, 295 "$schema": "https://schemas.wp.org/trunk/theme.json" 322 } 296 323 }
Note: See TracChangeset
for help on using the changeset viewer.