- Timestamp:
- 10/11/2022 12:42:28 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentythree/styles/whisper.json
r54372 r54467 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 3 "version": 2, 2 4 "title": "Whisper", 3 5 "settings": { … … 151 153 } 152 154 }, 155 "core/post-date": { 156 "elements": { 157 "link": { 158 ":hover": { 159 "border": { 160 "color": "var(--wp--preset--color--contrast)" 161 }, 162 "color": { 163 "background": "var(--wp--preset--color--tertiary)" 164 }, 165 "typography": { 166 "textDecoration": "none" 167 } 168 } 169 } 170 } 171 }, 153 172 "core/post-title": { 154 173 "elements": { … … 200 219 "padding": { 201 220 "left": "var(--wp--preset--spacing--30)" 221 } 222 } 223 }, 224 "core/query-pagination": { 225 "border": { 226 "top": { 227 "color": "var(--wp--preset--color--contrast)", 228 "style": "double", 229 "width": "6px" 230 } 231 }, 232 "elements": { 233 "link": { 234 ":hover": { 235 "border": { 236 "color": "var(--wp--preset--color--contrast)" 237 }, 238 "color": { 239 "background": "var(--wp--preset--color--tertiary)" 240 }, 241 "typography": { 242 "textDecoration": "none" 243 } 244 }, 245 ":active": { 246 "border": { 247 "color": "var(--wp--preset--color--base)", 248 "width": "0 0 2px 0" 249 } 250 } 202 251 } 203 252 } … … 501 550 "fontFamily": "var(--wp--preset--font-family--dm-sans)" 502 551 } 503 }, 504 "version": 2, 505 "$schema": "https://schemas.wp.org/trunk/theme.json" 552 } 506 553 }
Note: See TracChangeset
for help on using the changeset viewer.