Merge fix/landing-dark-theme-extension: prevent dark theme extensions from breaking landing page

This commit is contained in:
SnapOtter
2026-05-07 22:19:14 +08:00
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -10,6 +10,10 @@ export const metadata: Metadata = {
description:
"48 image processing tools with local AI. Runs 100% offline. No data leaves your network. Open source and free forever.",
metadataBase: new URL("https://snapotter.com"),
other: {
"color-scheme": "light only",
"darkreader-lock": "true",
},
openGraph: {
title: "SnapOtter | Self-Hosted Image Processing",
description:
+4
View File
@@ -1,5 +1,9 @@
@import "tailwindcss";
html {
color-scheme: light only;
}
@theme {
--color-accent: #f59e0b;
--color-accent-hover: #d97706;