From 482f73dd00ef79a8f636537496392c33ccf404cf Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Mon, 4 Aug 2025 19:07:28 -0700 Subject: [PATCH] update dark cover color --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 851b9f4..9fc992c 100644 --- a/style.css +++ b/style.css @@ -53,8 +53,8 @@ p { .cover { cursor: pointer; - background: light-dark(white, black); - color: light-dark(white, black); + background: light-dark(white, #181825); + color: light-dark(white, #181825); user-select: none; }