- Timestamp:
- 10/14/2024 09:56:32 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/styles/colors/04-afternoon.json
r59146 r59233 50 50 }, 51 51 "styles": { 52 "elements": { 53 "button": { 54 ":hover": { 55 "color": { 56 "background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, black)" 57 } 58 } 59 } 60 }, 52 61 "variations": { 53 62 "section-2": { … … 69 78 } 70 79 } 80 }, 81 "section-4": { 82 "elements": { 83 "button": { 84 ":hover": { 85 "color": { 86 "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)" 87 } 88 } 89 } 90 } 91 }, 92 "section-5": { 93 "elements": { 94 "button": { 95 ":hover": { 96 "color": { 97 "background": "color-mix(in srgb, var(--wp--preset--color--base) 90%, transparent)" 98 } 99 } 100 } 101 } 71 102 } 72 103 }
Note: See TracChangeset
for help on using the changeset viewer.