Changeset 14080
- Timestamp:
- 09/25/2024 05:45:14 AM (14 months ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024
- Files:
-
- 2 edited
-
style.css (modified) (1 diff)
-
theme.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/style.css
r14076 r14080 572 572 } 573 573 574 #secondary-content ul {574 body.blog #secondary-content ul { 575 575 margin-top: var(--wp--style--block-gap); 576 576 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/theme.json
r14076 r14080 164 164 "styles": { 165 165 "blocks": { 166 "core/post-title": { 167 "typography": { 168 "fontSize": "var(--wp--preset--font-size--heading-2)", 169 "lineHeight": "var(--wp--custom--heading--level-2--typography--line-height)" 170 } 171 }, 172 "core/query": { 173 "elements": { 174 "heading": { 175 "typography": { 176 "fontSize": "var(--wp--preset--font-size--heading-5)", 177 "lineHeight": "var(--wp--custom--heading--level-5--typography--line-height)" 178 } 179 } 180 } 181 }, 166 182 "core/quote": { 167 183 "spacing": {
Note: See TracChangeset
for help on using the changeset viewer.