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/elements/_elements.scss

    r9609 r13272  
    1414
    1515body {
    16     background: $color__background-body; /* Fallback for when there is no custom background color defined. */
     16    background: var(--wp--preset--color--white); /* Fallback for when there is no custom background color defined. */
     17}
     18
     19section {
     20    margin-bottom: var(--wp--preset--spacing--40);
    1721}
    1822
     
    2832
    2933blockquote {
    30     // Override wp4.css.
    31     background: transparent;
    32     border: none;
    33     padding: 0;
    34 
    35     border-left: 2px solid $color__blockquote;
    36     color: $color__blockquote;
    37     margin: 1rem 0;
    38     padding-left: 0.8rem;
     34    border-left: 2px solid var(--wp--preset--color--charcoal-4);
     35    color: var(--wp--preset--color--charcoal-4);
     36    margin: var(--wp--preset--spacing--20) 0;
     37    padding-left: var(--wp--preset--spacing--20);
    3938
    4039    cite {
     
    4443    p {
    4544        display: block;
    46         margin: 1em 0;
     45        margin: var(--wp--preset--spacing--20) 0;
    4746    }
    4847}
    4948
    50 hr {
    51     background-color: $color__background-hr;
    52     border: 0;
    53     height: 2px;
    54     margin: 0 auto;
     49p.has-background {
     50    display: inline-block;
     51    padding: var(--wp--preset--spacing--20);
    5552}
    5653
     
    6663@import "banners";
    6764@import "badges";
    68 @import "legacy_notice";
Note: See TracChangeset for help on using the changeset viewer.