- 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/aubergine.json
r54372 r54467 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 3 "version": 2, 2 4 "title": "Aubergine", 3 5 "settings": { … … 159 161 }, 160 162 "core/post-title": { 163 "elements": { 164 "link": { 165 ":active": { 166 "color": { 167 "text": "var(--wp--preset--color--contrast)" 168 } 169 } 170 } 171 }, 161 172 "typography": { 162 173 "fontSize": "clamp(2.625rem, calc(2.625rem + ((1vw - 0.48rem) * 8.4135)), 3.25rem)" … … 178 189 "text": "var(--wp--preset--color--primary)" 179 190 } 191 } 192 } 193 }, 194 "core/query-pagination": { 195 "border": { 196 "top": { 197 "color": "var(--wp--preset--color--primary)" 180 198 } 181 199 } … … 237 255 ":hover": { 238 256 "color": { 239 "gradient": "var(--wp--preset--gradient--primary-tertiary)", 240 "text": "var(--wp--preset--color--contrast)" 257 "background": "var(--wp--preset--color--primary)", 258 "gradient": "none", 259 "text": "var(--wp--preset--color--secondary)" 241 260 } 242 261 }, 243 262 ":focus": { 244 263 "color": { 245 "gradient": "var(--wp--preset--gradient--primary-tertiary)", 246 "text": "var(--wp--preset--color--contrast)" 264 "background": "var(--wp--preset--color--primary)", 265 "gradient": "none", 266 "text": "var(--wp--preset--color--secondary)" 247 267 } 248 268 }, 249 269 ":active": { 250 270 "color": { 251 "gradient": "var(--wp--preset--gradient--primary-tertiary)", 252 "text": "var(--wp--preset--color--contrast)" 271 "background": "var(--wp--preset--color--primary)", 272 "gradient": "none", 273 "text": "var(--wp--preset--color--secondary)" 253 274 } 254 275 } … … 262 283 ":active": { 263 284 "color": { 264 "text": "var(--wp--preset--color-- tertiary)"285 "text": "var(--wp--preset--color--primary)" 265 286 } 266 287 } … … 270 291 "fontFamily": "var(--wp--preset--font-family--dm-sans)" 271 292 } 272 }, 273 "version": 2, 274 "$schema": "https://schemas.wp.org/trunk/theme.json" 293 } 275 294 }
Note: See TracChangeset
for help on using the changeset viewer.