sh3-core 0.4.0 → 0.4.1
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.
Potentially problematic release.
This version of sh3-core might be problematic. Click here for more details.
- package/dist/tokens.css +7 -4
- package/package.json +1 -1
package/dist/tokens.css
CHANGED
|
@@ -12,10 +12,13 @@
|
|
|
12
12
|
--shell-bg-elevated: #22232a;
|
|
13
13
|
--shell-bg-sunken: #141518;
|
|
14
14
|
|
|
15
|
-
/*
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
/*
|
|
16
|
+
* Gradient layer — undefined by default. When set (e.g. by sh3-style),
|
|
17
|
+
* surfaces use the gradient instead of the flat color via the fallback
|
|
18
|
+
* pattern: background: var(--shell-grad-bg, var(--shell-bg)).
|
|
19
|
+
* Do NOT declare these here — they must remain undefined for the
|
|
20
|
+
* CSS fallback to work.
|
|
21
|
+
*/
|
|
19
22
|
|
|
20
23
|
--shell-border: #2e3038;
|
|
21
24
|
--shell-border-strong: #3c3f4a;
|