Making WordPress.org


Ignore:
Timestamp:
04/05/2024 02:38:51 AM (21 months ago)
Author:
adamwood
Message:

wporg-support-2024: Update table font sizes

Closes https://github.com/WordPress/wordpress.org/issues/217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_bbpress.scss

    r13455 r13458  
    77
    88#bbpress-forums {
    9     font-size: ms(0);
     9    font-size: var(--wp--preset--font-size--normal);
    1010    line-height: inherit;
    1111    overflow: inherit;
     
    119119            .bbp-topic-voice-count,
    120120            .bbp-topic-reply-count {
    121                 font-size: ms(-3);
     121                font-size: var(--wp--preset--font-size--small);
    122122            }
    123123
     
    156156        .bbp-topics {
    157157            border: 1px solid var(--wp--custom--color--border);
     158            line-height: var(--wp--custom--body--short-text--typography--line-height);
    158159
    159160            > .bbp-header {
     
    562563    #bbpress-forums ul.bbp-topics,
    563564    #bbpress-forums #bbp-user-wrapper {
    564         font-size: var(--wp--preset--font-size--small);
     565        font-size: var(--wp--preset--font-size--normal);
    565566    }
    566567
     
    616617            }
    617618        }
     619    }
     620
     621    #bbpress-forums .bbp-forum-info .bbp-forum-content,
     622    #bbpress-forums p.bbp-topic-meta {
     623        font-size: var(--wp--preset--font-size--small);
     624    }
     625
     626    #bbpress-forums p.bbp-topic-meta .bbp-topic-started-in a {
     627        font-size: var(--wp--preset--font-size--extra-small);
    618628    }
    619629
Note: See TracChangeset for help on using the changeset viewer.