mirror of
https://github.com/woodchen-ink/Q58Connect.git
synced 2025-07-18 05:51:55 +08:00
style: 移除全局样式中的暗色模式媒体查询
This commit is contained in:
parent
d2aeb651cf
commit
c4eccc593c
@ -8,6 +8,8 @@
|
||||
--background-end-rgb: 255, 255, 255;
|
||||
}
|
||||
|
||||
/* 删除或注释掉这个媒体查询块,这样就不会跟随系统主题自动切换到暗色模式 */
|
||||
/*
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--foreground-rgb: 255, 255, 255;
|
||||
@ -15,6 +17,7 @@
|
||||
--background-end-rgb: 0, 0, 0;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
@layer utilities {
|
||||
.text-balance {
|
||||
|
Loading…
x
Reference in New Issue
Block a user