@acorex/styles 21.0.1-next.73 → 21.0.1-next.75
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 +1 -1
- package/themes/default.css +6 -2
package/package.json
CHANGED
package/themes/default.css
CHANGED
|
@@ -31,7 +31,7 @@ html {
|
|
|
31
31
|
color: rgba(var(--ax-sys-color-on-lightest-surface));
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
html.dark {
|
|
34
|
+
html.ax-dark {
|
|
35
35
|
background-color: rgba(var(--ax-sys-color-darkest-surface));
|
|
36
36
|
color: rgba(var(--ax-sys-color-on-darkest-surface));
|
|
37
37
|
}
|
|
@@ -578,7 +578,7 @@ html.dark {
|
|
|
578
578
|
--ax-sys-color-border-default: var(--ax-sys-color-border-lightest-surface);
|
|
579
579
|
}
|
|
580
580
|
|
|
581
|
-
.dark
|
|
581
|
+
.ax-dark {
|
|
582
582
|
--ax-sys-scroller-track-color: rgba(var(--ax-sys-color-darker-surface));
|
|
583
583
|
--ax-sys-scroller-thumb-color: rgba(var(--ax-sys-color-lightest-surface));
|
|
584
584
|
|
|
@@ -1101,6 +1101,10 @@ html.dark {
|
|
|
1101
1101
|
--ax-sys-color-accent6-darkest-surface: 109, 103, 98;
|
|
1102
1102
|
--ax-sys-color-on-accent6-darkest-surface: 255, 252, 246;
|
|
1103
1103
|
--ax-sys-color-border-accent6-darkest-surface: 133, 126, 120;
|
|
1104
|
+
|
|
1105
|
+
--ax-sys-color-bg-default: var(--ax-sys-color-darkest-surface);
|
|
1106
|
+
--ax-sys-color-text-default: var(--ax-sys-color-on-darkest-surface);
|
|
1107
|
+
--ax-sys-color-border-default: var(--ax-sys-color-border-darkest-surface);
|
|
1104
1108
|
}
|
|
1105
1109
|
|
|
1106
1110
|
@theme {
|