[object Object]

← back to AsSeenInMovies

asseeninmovies: <meta name='theme-color' content='#0d0c0a'> on home + htmlShell — mobile browser chrome (Safari iOS, Chrome Android) tints to the dark site palette instead of white. Matches sod's existing theme-color convention.

2c7ee2c61d118c433303b650a2e673bf9762522e · 2026-05-12 20:54:01 -0700 · SteveStudio2

Files touched

Diff

commit 2c7ee2c61d118c433303b650a2e673bf9762522e
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Tue May 12 20:54:01 2026 -0700

    asseeninmovies: <meta name='theme-color' content='#0d0c0a'> on home + htmlShell — mobile browser chrome (Safari iOS, Chrome Android) tints to the dark site palette instead of white. Matches sod's existing theme-color convention.
---
 server.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/server.js b/server.js
index 519afe7..66fc4a5 100644
--- a/server.js
+++ b/server.js
@@ -904,6 +904,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="theme-color" content="#0d0c0a">
 ${canonical ? `<link rel="canonical" href="${esc(canonical)}">` : ''}
 ${hasOgInExtras ? '' : `<meta name="description" content="${esc(desc)}">
 <meta property="og:type" content="website">
@@ -1575,6 +1576,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="theme-color" content="#0d0c0a">
 <link rel="canonical" href="https://asseeninmovies.com/">
 <meta name="description" content="AsSeenInMovies — a film + TV reference built on public data. Browse 290k+ movies, 61k+ people, and verified SPOTTED set decor, wallcoverings, lighting, and props from the films you love.">
 <meta property="og:type" content="website">

← 018b503 asseeninmovies: footer links — add Privacy/Terms/API to home  ·  back to AsSeenInMovies  ·  asseeninmovies: gzip compression middleware (threshold 1KB) 5aadd3a →