Changeset 53383 for trunk/src/wp-admin/css/colors/_admin.scss
- Timestamp:
- 05/10/2022 04:43:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors/_admin.scss
r52562 r53383 784 784 785 785 /* Welcome Panel */ 786 787 786 .welcome-panel { 788 background-color: $highlight-color; 787 background-color: mix($dashboard-accent-1, white, 12%); 788 } 789 790 .welcome-panel-header-image .about-six { 791 fill: $dashboard-accent-1; 792 } 793 794 .welcome-panel-header-image .about-zero { 795 fill: $dashboard-accent-2; 789 796 } 790 797 791 798 [class*="welcome-panel-icon"] { 792 @if ( $scheme-name == "light" ) { 793 background-color: $icon-color; 794 } @else { 795 background-color: $base-color; 796 } 797 } 799 background-color: $dashboard-icon-background; 800 }
Note: See TracChangeset
for help on using the changeset viewer.