File "colors.scss"

Full Path: /home/arielcor/public_html/css-20240925160058/colors/modern/colors.scss
File size: 342 bytes
MIME-type: text/plain
Charset: utf-8

$scheme-name: "modern";
$base-color: #1e1e1e;
$highlight-color: #3858e9;
$menu-submenu-focus-text: #33f078;
$notification-color: $highlight-color;

$link: $highlight-color;
$link-focus: darken($highlight-color, 10%);

$dashboard-accent-1: #273fcc;
$dashboard-accent-2: #627eff;
$dashboard-icon-background: #1d2327;

@import "../_admin.scss";