mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-02 16:57:07 +03:00
This reverts commit e8cfc807ea
.
This commit is contained in:
parent
e8cfc807ea
commit
cfd200528f
@ -11,12 +11,8 @@ globalStyle('html', {
|
||||
vars: lightCssVariables,
|
||||
});
|
||||
|
||||
globalStyle('html', {
|
||||
'@media': {
|
||||
'(prefers-color-scheme: dark)': {
|
||||
vars: darkCssVariables,
|
||||
},
|
||||
},
|
||||
globalStyle('html[data-theme="dark"]', {
|
||||
vars: darkCssVariables,
|
||||
});
|
||||
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
|
@ -2,7 +2,6 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="color-scheme" content="light dark" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, maximum-scale=1"
|
||||
|
Loading…
Reference in New Issue
Block a user