@bcc-code/design-tokens 5.1.24 → 5.1.26
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/build/bcc/css/auto.css
CHANGED
|
@@ -542,7 +542,8 @@
|
|
|
542
542
|
--color-background-brand-boldest-pressed: var(--color-brand-800);
|
|
543
543
|
}
|
|
544
544
|
|
|
545
|
-
.dark
|
|
545
|
+
.dark,
|
|
546
|
+
[data-theme="dark"] {
|
|
546
547
|
--color-background-inverse-subtle-default: rgba(255, 255, 255, 0.16);
|
|
547
548
|
--color-background-inverse-subtle-hovered: rgba(255, 255, 255, 0.24);
|
|
548
549
|
--color-background-inverse-subtle-pressed: rgba(255, 255, 255, 0.32);
|
|
@@ -544,7 +544,8 @@
|
|
|
544
544
|
--color-background-brand-boldest-pressed: var(--color-brand-800);
|
|
545
545
|
}
|
|
546
546
|
|
|
547
|
-
.dark
|
|
547
|
+
.dark,
|
|
548
|
+
[data-theme="dark"] {
|
|
548
549
|
--color-background-inverse-subtle-default: rgba(255, 255, 255, 0.16);
|
|
549
550
|
--color-background-inverse-subtle-hovered: rgba(255, 255, 255, 0.24);
|
|
550
551
|
--color-background-inverse-subtle-pressed: rgba(255, 255, 255, 0.32);
|