@kiefer-tek/sophea-design-system 0.15.9 → 0.15.11
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
|
@@ -602,9 +602,12 @@
|
|
|
602
602
|
#2e6dad00 100%
|
|
603
603
|
);
|
|
604
604
|
--shell-divider: #5891d01f;
|
|
605
|
-
|
|
605
|
+
/* Light glass — a white frost over the navy aurora (was a dark navy tint)
|
|
606
|
+
so the shell regions read brighter/airier. Low alpha keeps the dark theme
|
|
607
|
+
legible (content sits on opaque surfaces, not directly on the glass). */
|
|
608
|
+
--shell-region-glass: #ffffff24;
|
|
606
609
|
--shell-image-frost: #0a101e4d;
|
|
607
|
-
--shell-sidebar-bg: #
|
|
610
|
+
--shell-sidebar-bg: #ffffff1a;
|
|
608
611
|
--shell-search-bg: #1a25408c;
|
|
609
612
|
--shell-search-bg-open: #1a2540cc;
|
|
610
613
|
--shell-search-kbd-bg: #0a101ecc;
|
|
@@ -615,7 +618,7 @@
|
|
|
615
618
|
--shell-rail-item-hover-bg: rgba(46, 109, 173, 0.1);
|
|
616
619
|
--shell-chrome-hover-bg: rgba(46, 109, 173, 0.14);
|
|
617
620
|
|
|
618
|
-
--shell-drawer-glass:
|
|
621
|
+
--shell-drawer-glass: #ffffff24; /* light glass — match the shell regions */
|
|
619
622
|
/* nous --mask-03 dark: var(--alpha-grey-100-40) → #0006 */
|
|
620
623
|
--shell-drawer-scrim: rgba(0, 0, 0, 0.4);
|
|
621
624
|
}
|