[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 @use "sass:color"; 2 3 $highlight-color: #3858e9; 4 5 @use "../_admin.scss" with ( 6 $scheme-name: "modern", 7 $base-color: #1e1e1e, 8 $highlight-color: #3858e9, 9 $menu-submenu-focus-text: #7b90ff, 10 $notification-color: $highlight-color, 11 12 $link: $highlight-color, 13 $link-focus: color.adjust($highlight-color, $lightness: -10%), 14 15 $custom-welcome-panel: "false" 16 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Tue Jan 21 08:20:01 2025 | Cross-referenced by PHPXref |