Make WordPress Core


Ignore:
Timestamp:
11/17/2020 06:58:52 PM (5 years ago)
Author:
desrosj
Message:

Twenty Twenty-One: Sync the latest changes for 5.6 RC1.

For a full list of changes since [49574-49577], see https://github.com/WordPress/twentytwentyone/compare/aa284fd...trunk.

Props poena, luminuu, kjellr, ryelle, aristath.
See #51526.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss

    r49574 r49633  
    1111        --button--color-background: var(--global--color-secondary);
    1212        --button--color-background-active: var(--global--color-background);
    13         --global--color-border: #ffffff8c; //55% opacity
     13        --global--color-border: #9ea1a7;
    1414
    1515        .site a:focus,
     
    4545
    4646        .no-js & {
    47             display: none;
    48         }
    49 
    50         .wp-admin & {
    5147            display: none;
    5248        }
Note: See TracChangeset for help on using the changeset viewer.