- 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/02-noon.json
r59146 r59348 56 56 "core/button": { 57 57 "border": { 58 "bottom": { 59 "color": "var:preset|color|contrast" 60 }, 61 "left": { 62 "color": "var:preset|color|contrast" 63 }, 64 "right": { 65 "color": "var:preset|color|contrast" 66 }, 67 "top": { 68 "color": "var:preset|color|contrast" 69 } 70 }, 71 "variations": { 72 "outline": { 73 "border": { 74 "color": "currentColor" 75 } 76 } 58 "color": "var:preset|color|contrast" 77 59 } 78 60 }, … … 84 66 "link": { 85 67 "color": { 86 "text": " var:preset|color|accent-3"68 "text": "currentColor" 87 69 } 88 70 } … … 96 78 "link": { 97 79 "color": { 98 "text": " var:preset|color|accent-3"80 "text": "currentColor" 99 81 } 100 82 } … … 108 90 "link": { 109 91 "color": { 110 "text": " var:preset|color|accent-3"92 "text": "currentColor" 111 93 } 112 94 } … … 128 110 "link": { 129 111 "color": { 130 "text": " var:preset|color|contrast"112 "text": "currentColor" 131 113 } 132 114 } … … 147 129 "heading": { 148 130 "color": { 149 "text": " var:preset|color|accent-2"131 "text": "currentColor" 150 132 } 151 133 }, 152 134 "link": { 153 135 "color": { 154 "text": " var:preset|color|accent-2"136 "text": "currentColor" 155 137 } 156 138 } … … 176 158 "link": { 177 159 "color": { 178 "text": " var:preset|color|base"160 "text": "currentColor" 179 161 } 180 162 }
Note: See TracChangeset
for help on using the changeset viewer.