- 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/colors/03-dusk.json
r59146 r59348 78 78 "link": { 79 79 "color": { 80 "text": " var:preset|color|accent-2"80 "text": "currentColor" 81 81 } 82 82 } … … 90 90 "link": { 91 91 "color": { 92 "text": " var:preset|color|accent-2"92 "text": "currentColor" 93 93 } 94 94 } … … 170 170 } 171 171 }, 172 "section-1": {172 "section-1": { 173 173 "elements": { 174 174 "link": { … … 197 197 "link": { 198 198 "color": { 199 "text": " var:preset|color|base"200 } 201 }, 202 "heading": { 203 "color": { 204 "text": " var:preset|color|base"199 "text": "currentColor" 200 } 201 }, 202 "heading": { 203 "color": { 204 "text": "currentColor" 205 205 } 206 206 } … … 214 214 "heading": { 215 215 "color": { 216 "text": " var:preset|color|accent-2"216 "text": "currentColor" 217 217 } 218 218 } … … 236 236 "link": { 237 237 "color": { 238 "text": " var:preset|color|base"239 } 240 }, 241 "heading": { 242 "color": { 243 "text": " var:preset|color|base"238 "text": "currentColor" 239 } 240 }, 241 "heading": { 242 "color": { 243 "text": "currentColor" 244 244 } 245 245 }
Note: See TracChangeset
for help on using the changeset viewer.