[object Object]

← back to AsSeenInMovies

asseeninmovies: +<meta name=color-scheme content=dark> so form controls/scrollbars use the dark theme on Chrome+Safari. Paired with existing theme-color #0d0c0a. 61/61.

406c98cffb61192081a909435029e3bdf7ac99b0 · 2026-05-13 06:26:43 -0700 · SteveStudio2

Files touched

Diff

commit 406c98cffb61192081a909435029e3bdf7ac99b0
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Wed May 13 06:26:43 2026 -0700

    asseeninmovies: +<meta name=color-scheme content=dark> so form controls/scrollbars use the dark theme on Chrome+Safari. Paired with existing theme-color #0d0c0a. 61/61.
---
 server.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/server.js b/server.js
index 0b01191..3840ce8 100644
--- a/server.js
+++ b/server.js
@@ -961,6 +961,7 @@ function htmlShell(title, body, headExtras = '', canonical = '', metaDesc = '')
 <meta charset="utf-8"><title>${esc(fullTitle)}</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='6' fill='%230d0c0a'/%3E%3Ctext x='16' y='22' font-family='Georgia,serif' font-style='italic' font-size='20' fill='%23c9a14b' text-anchor='middle'%3EA%3C/text%3E%3C/svg%3E">
+<meta name="color-scheme" content="dark">
 <meta name="theme-color" content="#0d0c0a">
 ${canonical ? `<link rel="canonical" href="${esc(canonical)}">` : ''}
 ${hasOgInExtras ? '' : `<meta name="description" content="${esc(desc)}">
@@ -1636,6 +1637,7 @@ app.get('/', async (_req, res) => {
 <meta charset="utf-8"><title>AsSeenInMovies</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='6' fill='%230d0c0a'/%3E%3Ctext x='16' y='22' font-family='Georgia,serif' font-style='italic' font-size='20' fill='%23c9a14b' text-anchor='middle'%3EA%3C/text%3E%3C/svg%3E">
+<meta name="color-scheme" content="dark">
 <meta name="theme-color" content="#0d0c0a">
 ${process.env.GA_ID ? `<script async src="https://www.googletagmanager.com/gtag/js?id=${process.env.GA_ID}"></script>
 <script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','${process.env.GA_ID}');</script>` : ''}

← 7253508 asseeninmovies: home stat-row — make movies/people/spotted c  ·  back to AsSeenInMovies  ·  asseeninmovies: default og:image+twitter:image on baseline h 9e1c6cf →