@semi-bot/semi-theme-kn-ai-platform 1.0.0 → 1.0.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/README.md +1 -1
- package/package.json +1 -1
- package/raw.json +353 -353
- package/scss/_palette.scss +338 -338
- package/scss/animation.scss +1 -1
- package/scss/global.scss +2 -2
- package/semi.css +1869 -370
- package/semi.min.css +1 -1
package/scss/animation.scss
CHANGED
package/scss/global.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@import './_palette.scss';
|
|
2
2
|
|
|
3
|
-
body, body[theme-mode="dark"] .semi-always-light {
|
|
3
|
+
body, body[theme-mode="dark"] .semi-always-light, :host, :host .semi-always-light {
|
|
4
4
|
--semi-color-bg-0: rgba(var(--semi-white), 1);
|
|
5
5
|
--semi-color-bg-1: rgba(var(--semi-white), 1);
|
|
6
6
|
--semi-color-bg-2: rgba(var(--semi-white), 1);
|
|
@@ -115,7 +115,7 @@ font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC
|
|
|
115
115
|
|
|
116
116
|
|
|
117
117
|
}
|
|
118
|
-
body[theme-mode="dark"], body .semi-always-dark {
|
|
118
|
+
body[theme-mode="dark"], body .semi-always-dark, :host([theme-mode="dark"]), :host .semi-always-dark {
|
|
119
119
|
--semi-color-bg-0: rgba(22, 22, 26, 1);
|
|
120
120
|
--semi-color-bg-1: rgba(35, 36, 41, 1);
|
|
121
121
|
--semi-color-bg-2: rgba(53, 54, 60, 1);
|