Changeset 61645 for trunk/src/wp-admin/css/colors/_variables.scss
- Timestamp:
- 02/15/2026 08:09:39 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/colors/_variables.scss (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors/_variables.scss
r59879 r61645 1 1 @use "sass:color"; 2 3 // Import design system tokens 4 @use "tokens" as *; 2 5 3 6 // assign default value to all undefined variables … … 16 19 // global 17 20 18 $body-background: #f1f1f1!default;21 $body-background: $gray-100 !default; 19 22 20 23 $link: #0073aa !default;
Note: See TracChangeset
for help on using the changeset viewer.