Changeset 59185 for trunk/src/wp-admin/css/colors/light/colors.scss
- Timestamp:
- 10/06/2024 11:35:49 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors/light/colors.scss
r55574 r59185 1 @use "sass:color"; 2 1 3 $scheme-name: "light"; 2 4 $base-color: #e5e5e5; … … 20 22 21 23 $dashboard-accent-1: $highlight-color; 22 $dashboard-accent-2: desaturate( lighten( $highlight-color, 7% ), 15%);24 $dashboard-accent-2: color.adjust(color.adjust($highlight-color, $lightness: 7%), $saturation: -15%); 23 25 $dashboard-icon-background: $text-color; 24 26
Note: See TracChangeset
for help on using the changeset viewer.