Making WordPress.org

Changeset 14080


Ignore:
Timestamp:
09/25/2024 05:45:14 AM (14 months ago)
Author:
adamwood
Message:

Make 2024: Fix regressions in handbook styles

See https://github.com/WordPress/wordpress.org/issues/363

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/style.css

    r14076 r14080  
    572572}
    573573
    574 #secondary-content ul {
     574body.blog #secondary-content ul {
    575575    margin-top: var(--wp--style--block-gap);
    576576}
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/theme.json

    r14076 r14080  
    164164    "styles": {
    165165        "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            },
    166182            "core/quote": {
    167183                "spacing": {
Note: See TracChangeset for help on using the changeset viewer.