From 2f61f8cce38df4a4585aa224650c1fc782988553 Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Mon, 4 Aug 2025 13:16:21 -0700 Subject: [PATCH] add hr, update cover colors --- index.html | 1 + style.css | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 06902aa..de550f3 100644 --- a/index.html +++ b/index.html @@ -171,6 +171,7 @@ +
diff --git a/style.css b/style.css index d8b4565..c51dac6 100644 --- a/style.css +++ b/style.css @@ -52,7 +52,8 @@ p { .cover { cursor: pointer; - background: #000000; + background: #ffffff; + color: #ffffff; user-select: none; } @@ -101,7 +102,7 @@ body { } #click-to-reveal-prompt { - color: var(--secondary); + color: #888888; position: absolute; top: 8px; left: 25%;