Making WordPress.org


Ignore:
Timestamp:
04/01/2024 02:06:27 AM (22 months ago)
Author:
dufresnesteven
Message:

wporg-support-2024: Reinstate labels colors for moderators, authors, starters.

File:
1 edited

Legend:

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

    r13413 r13419  
    2424
    2525.author-badge-moderator {
    26     background-color: var(--wp--preset--color--dark-blueberry);
     26    background-color: var(--wp--custom--color--moderator);
    2727}
    2828
    2929.author-badge-thread-starter {
    30     background-color: var(--wp--preset--color--charcoal-3);
     30    background-color: var(--wp--custom--color--thread-starter);
    3131}
    3232
    3333.author-badge-plugin {
    34     background-color: var(--wp--preset--color--dark-blueberry);
     34    background-color: var(--wp--custom--color--plugin-author);
    3535}
    3636
    3737.author-badge-theme {
    38     background-color: var(--wp--preset--color--dark-blueberry);
     38    background-color: var(--wp--custom--color--theme-author);
    3939}
    4040
Note: See TracChangeset for help on using the changeset viewer.