Diff: STRATO-apps/wordpress_03/app/wp-admin/css/colors/midnight/colors.scss
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
@use "sass:color";
2
+
3
+
$base-color: #363b3f;
4
+
$highlight-color: #e14d43;
5
+
$notification-color: #69a8bb;
6
+
7
+
@use "../_admin.scss" with (
8
+
$scheme-name: "midnight",
9
+
$base-color: $base-color,
10
+
$highlight-color: $highlight-color,
11
+
$notification-color: $notification-color,
12
+
13
+
$dashboard-accent-2: color.mix($base-color, $notification-color, 90%),
14
+
);
15
+