@fluencypassdevs/cycle 0.7.0 → 0.7.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.
- package/dist/styles/tokens.css +8 -6
- package/package.json +1 -1
package/dist/styles/tokens.css
CHANGED
|
@@ -544,13 +544,15 @@
|
|
|
544
544
|
}
|
|
545
545
|
|
|
546
546
|
/* === Base layer === */
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
547
|
+
@layer base {
|
|
548
|
+
*, *::before, *::after {
|
|
549
|
+
border-color: var(--border);
|
|
550
|
+
}
|
|
550
551
|
|
|
551
|
-
body {
|
|
552
|
-
|
|
553
|
-
|
|
552
|
+
body {
|
|
553
|
+
background-color: var(--background);
|
|
554
|
+
color: var(--foreground);
|
|
555
|
+
}
|
|
554
556
|
}
|
|
555
557
|
|
|
556
558
|
/* === Animations === */
|