From b3f701f6da6a521f273e197e2cd7e46cbf4c542e Mon Sep 17 00:00:00 2001 From: pplulee Date: Sat, 26 Jul 2025 11:46:18 +0100 Subject: [PATCH] fix: adjust time selection box colour --- standalone/public/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/public/index.css b/standalone/public/index.css index 6ae8aab..7cb8826 100644 --- a/standalone/public/index.css +++ b/standalone/public/index.css @@ -492,7 +492,7 @@ nav .logout:hover { border: none; border-radius: 6px; color: white; - background-color: transparent; + background-color: #181818; padding: 0px; font-family: inherit; cursor: pointer;