Make WordPress Core


Ignore:
Timestamp:
12/14/2018 08:41:25 PM (6 years ago)
Author:
allancole
Message:

Updating Twenty Nineteen, the new default theme for 2019.

This update changes the following:

Props richtabor, kjellr.

See #45424.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss

    r44189 r44193  
    199199        &.is-style-outline .wp-block-button__link:focus,
    200200        &.is-style-outline .wp-block-button__link:active {
    201             @include button-all-transition; 
     201            @include button-all-transition;
    202202            border-width: 2px;
    203             border-style: solid;       
     203            border-style: solid;
    204204
    205205            &:not(.has-background) {
     
    242242                text-decoration: none;
    243243            }
     244        }
     245    }
     246
     247    .wp-block-archives,
     248    .wp-block-categories {
     249
     250        &.aligncenter {
     251            text-align: center;
    244252        }
    245253    }
     
    789797    .has-dark-gray-background-color,
    790798    .has-light-gray-background-color {
    791        
     799
    792800        // Use white text against these backgrounds by default.
    793801        color: $color__background-body;
Note: See TracChangeset for help on using the changeset viewer.