- Timestamp:
- 11/05/2024 02:00:03 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/styles/02-noon.json
r59314 r59348 260 260 "core/button": { 261 261 "border": { 262 "bottom": { 263 "color": "var:preset|color|contrast", 264 "style": "solid" 265 }, 266 "left": { 267 "color": "var:preset|color|contrast", 268 "style": "solid" 269 }, 270 "radius": "999px", 271 "right": { 272 "color": "var:preset|color|contrast", 273 "style": "solid" 274 }, 275 "top": { 276 "color": "var:preset|color|contrast", 277 "style": "solid" 278 } 262 "color": "var:preset|color|contrast" 279 263 }, 280 264 "shadow": "var:preset|shadow|natural", … … 300 284 "top": "0.6rem" 301 285 } 302 },303 "border": {304 "color": "currentColor"305 286 } 306 287 } … … 329 310 "link": { 330 311 "color": { 331 "text": " var:preset|color|accent-3"312 "text": "currentColor" 332 313 } 333 314 } … … 341 322 "link": { 342 323 "color": { 343 "text": " var:preset|color|accent-3"324 "text": "currentColor" 344 325 } 345 326 } … … 368 349 "link": { 369 350 "color": { 370 "text": " var:preset|color|accent-3"351 "text": "currentColor" 371 352 } 372 353 } … … 423 404 "link": { 424 405 "color": { 425 "text": " var:preset|color|contrast"406 "text": "currentColor" 426 407 } 427 408 } … … 442 423 "heading": { 443 424 "color": { 444 "text": " var:preset|color|accent-2"425 "text": "currentColor" 445 426 } 446 427 }, 447 428 "link": { 448 429 "color": { 449 "text": " var:preset|color|accent-2"430 "text": "currentColor" 450 431 } 451 432 } … … 471 452 "link": { 472 453 "color": { 473 "text": " var:preset|color|base"454 "text": "currentColor" 474 455 } 475 456 }
Note: See TracChangeset
for help on using the changeset viewer.