diff --git a/apps/frontend/src/index.css b/apps/frontend/src/index.css index 2261424fc..304cae078 100644 --- a/apps/frontend/src/index.css +++ b/apps/frontend/src/index.css @@ -27,6 +27,11 @@ color: theme("textColor.DEFAULT"); height: 100%; -webkit-font-smoothing: antialiased; + color-scheme: only light; + } + + html.dark body { + color-scheme: only dark; } #root {