Making WordPress.org


Ignore:
Timestamp:
04/16/2024 03:05:35 AM (22 months ago)
Author:
adamwood
Message:

wporg-support-2024: Update code block styles

Style code blocks in topic and replies to match wporg-parent-2021 theme.

File:
1 edited

Legend:

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

    r13531 r13534  
    310310            clear: left;
    311311            margin: var(--wp--preset--spacing--20) 0 0;
     312
     313            code,
     314            pre {
     315                background-color: var(--wp--preset--color--light-grey-2);
     316            }
     317
     318            pre {
     319                padding: var(--wp--preset--spacing--20);
     320                border: 1px solid var(--wp--custom--color--border);
     321                max-width: 100%;
     322                border-radius: 2px;
     323            }
    312324        }
    313325
Note: See TracChangeset for help on using the changeset viewer.