- Timestamp:
- 10/11/2022 12:42:28 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentythree/styles/block-out.json
r54372 r54467 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 3 "version": 2, 2 4 "title": "Block out", 3 5 "settings": { … … 74 76 { 75 77 "fluid": { 76 "max": " 14rem",78 "max": "7rem", 77 79 "min": "4rem" 78 80 }, 79 "size": " 10rem",81 "size": "7rem", 80 82 "slug": "xx-large" 81 83 } … … 126 128 }, 127 129 "core/post-title": { 130 "elements": { 131 "link": { 132 ":active": { 133 "color": { 134 "text": "var(--wp--preset--color--primary)" 135 } 136 } 137 } 138 }, 128 139 "color": { 129 140 "text": "var(--wp--preset--color--primary)" … … 146 157 }, 147 158 "core/site-title": { 159 "elements": { 160 "link": { 161 ":active": { 162 "color": { 163 "text": "var(--wp--preset--color--primary)" 164 } 165 } 166 } 167 }, 168 "spacing": { 169 "padding": { 170 "bottom": "var(--wp--preset--spacing--30)", 171 "top": "var(--wp--preset--spacing--30)" 172 } 173 }, 148 174 "typography": { 149 175 "fontSize": "var(--wp--preset--font-size--xx-large)", … … 154 180 "core/query": { 155 181 "elements": { 156 "h 3": {157 " color": {158 " text": "var(--wp--preset--color--contrast)"182 "h2": { 183 "typography": { 184 "fontSize": "var(--wp--preset--font-size--large)" 159 185 } 160 186 } … … 195 221 }, 196 222 "link": { 223 ":active": { 224 "color": { 225 "text": "var(--wp--preset--color--primary)" 226 } 227 }, 197 228 "typography": { 198 229 "fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)", … … 211 242 "fontFamily": "var(--wp--preset--font-family--dm-sans)" 212 243 } 213 }, 214 "version": 2, 215 "$schema": "https://schemas.wp.org/trunk/theme.json" 244 } 216 245 }
Note: See TracChangeset
for help on using the changeset viewer.