Making WordPress.org


Ignore:
Timestamp:
03/05/2024 02:45:07 AM (2 years ago)
Author:
adamwood
Message:

Support Theme: Redesign iteration 1

Replace wp4 with wporg-parent-2021
Redesign forums homepage
Reskin templates

File:
1 edited

Legend:

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

    r7835 r13272  
    22
    33p {
    4     margin: 1em 0;
     4    margin: 0 0 var(--wp--style--block-gap);
    55
    66    &.subheading {
     
    4040
    4141pre {
    42     background: $color__background-pre;
     42    background: var(--wp--preset--color--light-grey-1);
    4343    box-sizing: content-box;
    4444    font-family: $font__pre;
     
    5757
    5858abbr, acronym {
    59     border-bottom: 1px dotted $color__border-abbr;
     59    border-bottom: 1px dotted var(--wp--preset--color--charcoal-4);
    6060    cursor: help;
    6161}
    6262
    6363mark, ins {
    64     background: $color__background-ins;
     64    background: var(--wp--preset--color--lemon-1);
    6565    text-decoration: none;
    6666}
Note: See TracChangeset for help on using the changeset viewer.