Changeset 54638 for trunk/src/wp-admin/css/colors/_admin.scss
- Timestamp:
- 10/18/2022 06:33:25 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors/_admin.scss
r54165 r54638 786 786 /* Welcome Panel */ 787 787 .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; 792 793 fill: $dashboard-accent-1; 793 }794 795 .welcome-panel-header-image .about-zero {796 fill: $dashboard-accent-2;797 794 } 798 795
Note: See TracChangeset
for help on using the changeset viewer.