diff --git a/src/app.css b/src/app.css index 0a29b4b0e3..da6ffd223f 100644 --- a/src/app.css +++ b/src/app.css @@ -24,6 +24,14 @@ @apply body-normal surface-background relative overscroll-none; } + body[data-theme='light'] { + color-scheme: light; + } + + body[data-theme='dark'] { + color-scheme: dark; + } + input[type='search']::-webkit-search-cancel-button { @apply hidden; }