Making WordPress.org

Ticket #3883: 3883.diff

File 3883.diff, 1.2 KB (added by dufresnesteven, 5 years ago)

Updates to the wporg should address all the other themes since they import from wporg. Deployment will require a rebuild of all the themes listed in description.

  • wordpress.org/public_html/wp-content/themes/pub/wporg/css/base/_elements.scss

    diff --git wordpress.org/public_html/wp-content/themes/pub/wporg/css/base/_elements.scss wordpress.org/public_html/wp-content/themes/pub/wporg/css/base/_elements.scss
    index 63733c161..3e7d4cb20 100644
    blockquote, q { 
    2222}
    2323
    2424blockquote {
    25         border-left: 2px solid #eee;
    26         color: #82878c;
     25        border-left: 2px solid $color__blockquote;
     26        color: $color__blockquote;
    2727        font-style: italic;
    2828        margin: 1rem 0;
    29         padding-left: 1rem;
     29        padding-left: 0.8rem;
    3030
    3131        cite {
    3232                font-size: ms( -2 );
  • wordpress.org/public_html/wp-content/themes/pub/wporg/css/settings/_colors.scss

    diff --git wordpress.org/public_html/wp-content/themes/pub/wporg/css/settings/_colors.scss wordpress.org/public_html/wp-content/themes/pub/wporg/css/settings/_colors.scss
    index eed256fa7..394c428a3 100644
    $color__link: #0073aa; 
    1212$color__link-visited: #4ca6cf;
    1313$color__link-hover: #d54e21;
    1414$color__text-main: #32373c;
     15$color__blockquote: #767676;
    1516
    1617$color__border: #eee;
    1718$color__border-button: #ccc #ccc #bbb;