ezfw-core 1.0.76 → 1.0.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -379,10 +379,10 @@ body {
|
|
|
379
379
|
// ==========================================================
|
|
380
380
|
|
|
381
381
|
[data-ez-theme="slate-dark"] {
|
|
382
|
-
// Primary color - lighter for dark mode contrast
|
|
383
|
-
--ez-primary: #
|
|
384
|
-
--ez-primary-hover: #
|
|
385
|
-
--ez-primary-light: rgba(
|
|
382
|
+
// Primary color - lighter for dark mode contrast on surface-tertiary (#334155)
|
|
383
|
+
--ez-primary: #a5b4fc; // indigo-300 - WCAG AA ~5.0:1 on #334155
|
|
384
|
+
--ez-primary-hover: #c7d2fe; // indigo-200
|
|
385
|
+
--ez-primary-light: rgba(165, 180, 252, 0.15);
|
|
386
386
|
|
|
387
387
|
--ez-bg: #0f172a;
|
|
388
388
|
--ez-surface: #1e293b;
|