• File: colors.scss
  • Full Path: /home/cibiopt/public_html/wp-admin/css/colors/sunrise/colors.scss
  • Date Modified: 11/24/2025 1:44 PM
  • File size: 277 bytes
  • MIME-type: text/plain; charset=us-ascii
  • Charset: utf-8
@use "sass:color";

$highlight-color: #dd823b;

@use "../_admin.scss" with (
  $scheme-name: "sunrise",
  $base-color: #cf4944,
  $highlight-color: $highlight-color,
  $notification-color: #ccaf0b,
  $menu-submenu-focus-text: color.adjust($highlight-color, $lightness: 35%)
);