diff --git a/index.html b/index.html index 0b08c23..8649391 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,7 @@ + diff --git a/package-lock.json b/package-lock.json index 4ce4d62..95a06bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "app", - "version": "1.1.44", + "version": "1.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "app", - "version": "1.1.44", + "version": "1.2.5", "dependencies": { "@fontsource-variable/plus-jakarta-sans": "^5.2.8", "@hookform/resolvers": "^5.2.2", diff --git a/src/index.css b/src/index.css index e927125..59f8275 100644 --- a/src/index.css +++ b/src/index.css @@ -58,6 +58,7 @@ @layer base { :root { + color-scheme: only light; --background: var(--color-warm-ivory); --foreground: var(--color-espresso); --card: var(--color-peach-cream);