Make WordPress Core


Ignore:
Timestamp:
10/18/2022 06:33:25 PM (2 years ago)
Author:
davidbaumwald
Message:

Administration: Update the Dashboard welcome banner for 6.1.

Reviewed by ryelle and davidbaumwald.

Props ryelle, adampickering, mikeschroder, richtabor.
Fixes #56703.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors/_admin.scss

    r54165 r54638  
    786786/* Welcome Panel */
    787787.welcome-panel {
    788     background-color: mix($dashboard-accent-1, white, 12%);
    789 }
    790 
    791 .welcome-panel-header-image .about-six {
     788    background-color: $dashboard-accent-1;
     789}
     790
     791.welcome-panel-header-image path {
     792    stroke: $dashboard-accent-2;
    792793    fill: $dashboard-accent-1;
    793 }
    794 
    795 .welcome-panel-header-image .about-zero {
    796     fill: $dashboard-accent-2;
    797794}
    798795
Note: See TracChangeset for help on using the changeset viewer.