[object Object]

← back to Rentv

rentv-v1 versions picker: reset anchor styling (titles white, no underline)

6acf74cd86982abfcfd6c3af6407ea3b4392b61a · 2026-07-21 15:04:56 -0700 · Steve Abrams

Files touched

Diff

commit 6acf74cd86982abfcfd6c3af6407ea3b4392b61a
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Jul 21 15:04:56 2026 -0700

    rentv-v1 versions picker: reset anchor styling (titles white, no underline)
---
 public/versions/index.html | 4 ++--
 versions.mjs               | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/public/versions/index.html b/public/versions/index.html
index 851f92f1..6148cd25 100644
--- a/public/versions/index.html
+++ b/public/versions/index.html
@@ -1,13 +1,13 @@
 <!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
 <title>RENTV — 10 Site Versions</title><link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@400;600;800&display=swap" rel="stylesheet">
-<style>*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter',system-ui,sans-serif;background:#0c1016;color:#eef1f6;line-height:1.5}
+<style>*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter',system-ui,sans-serif;background:#0c1016;color:#eef1f6;line-height:1.5}a{text-decoration:none;color:inherit}
 .wrap{max-width:1180px;margin:0 auto;padding:0 22px}.hd{padding:44px 0 10px;text-align:center}
 .hd h1{font-family:'Playfair Display',serif;font-size:clamp(30px,5vw,52px)}.hd h1 span{color:#c8102e}
 .hd p{color:#aeb6bd;margin-top:10px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px;padding:30px 0 60px}
 .vc{background:#121722;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:22px;transition:.2s;display:block}
 .vc:hover{transform:translateY(-4px);border-color:#c8102e;box-shadow:0 18px 44px rgba(0,0,0,.4)}
 .sw{display:flex;height:40px;border-radius:6px;overflow:hidden;border:1px solid;margin-bottom:16px}.sw span{flex:1}
-.vc h3{font-family:'Playfair Display',serif;font-size:22px}.vc p{color:#aeb6bd;font-size:14px;margin:6px 0 12px}
+.vc h3{font-family:'Playfair Display',serif;font-size:22px;color:#fff}.vc p{color:#aeb6bd;font-size:14px;margin:6px 0 12px}
 .vc .go{color:#c8102e;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}</style></head><body>
 <header class="hd"><div class="wrap"><h1>REN<span>TV</span> · 10 Site Versions</h1><p>Ten complete directions for rentv.com — different layouts, not just colors. Open each; they all run on the live news feed. Pick the one that feels right.</p></div></header>
 <div class="wrap"><div class="grid"><a class="vc" href="/versions/wire">
diff --git a/versions.mjs b/versions.mjs
index b0332f09..dd94da29 100644
--- a/versions.mjs
+++ b/versions.mjs
@@ -70,14 +70,14 @@ const cards = VERSIONS.map(([k,t,d])=>{const p=PAL[k];return `<a class="vc" href
   <h3>${t}</h3><p>${d}</p><span class="go">Open version →</span></a>`;}).join('');
 const picker = `<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
 <title>RENTV — 10 Site Versions</title><link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@400;600;800&display=swap" rel="stylesheet">
-<style>*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter',system-ui,sans-serif;background:#0c1016;color:#eef1f6;line-height:1.5}
+<style>*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter',system-ui,sans-serif;background:#0c1016;color:#eef1f6;line-height:1.5}a{text-decoration:none;color:inherit}
 .wrap{max-width:1180px;margin:0 auto;padding:0 22px}.hd{padding:44px 0 10px;text-align:center}
 .hd h1{font-family:'Playfair Display',serif;font-size:clamp(30px,5vw,52px)}.hd h1 span{color:#c8102e}
 .hd p{color:#aeb6bd;margin-top:10px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px;padding:30px 0 60px}
 .vc{background:#121722;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:22px;transition:.2s;display:block}
 .vc:hover{transform:translateY(-4px);border-color:#c8102e;box-shadow:0 18px 44px rgba(0,0,0,.4)}
 .sw{display:flex;height:40px;border-radius:6px;overflow:hidden;border:1px solid;margin-bottom:16px}.sw span{flex:1}
-.vc h3{font-family:'Playfair Display',serif;font-size:22px}.vc p{color:#aeb6bd;font-size:14px;margin:6px 0 12px}
+.vc h3{font-family:'Playfair Display',serif;font-size:22px;color:#fff}.vc p{color:#aeb6bd;font-size:14px;margin:6px 0 12px}
 .vc .go{color:#c8102e;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}</style></head><body>
 <header class="hd"><div class="wrap"><h1>REN<span>TV</span> · 10 Site Versions</h1><p>Ten complete directions for rentv.com — different layouts, not just colors. Open each; they all run on the live news feed. Pick the one that feels right.</p></div></header>
 <div class="wrap"><div class="grid">${cards}</div></div></body></html>`;

← 6b7158a3 rentv-v1: 10 full site VERSIONS (distinct homepage layouts o  ·  back to Rentv  ·  rentv-v1: wire /versions picker into the main nav (all pages 176ceb9a →