适配深色模式、生成动画的文件chatloading改为generateLoading
This commit is contained in:
@@ -34,6 +34,13 @@ button.sandblasted-blurred {
|
||||
}
|
||||
}
|
||||
|
||||
//只使用浅色模式
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root, body {
|
||||
background: white !important;
|
||||
color: black !important;
|
||||
}
|
||||
}
|
||||
|
||||
// vant dialog
|
||||
html:root {
|
||||
|
||||
Reference in New Issue
Block a user