From 7887296f7a0bec8518e51634ff7772dfbbb99113 Mon Sep 17 00:00:00 2001 From: Kiyomichi Kosaka Date: Sun, 15 Jun 2025 01:02:49 +0200 Subject: [PATCH] Remove boxes from analog clock markers --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index cc50e0e..b0b38b5 100644 --- a/style.css +++ b/style.css @@ -420,11 +420,11 @@ font-size: 1.2em; font-weight: 600; color: #00ffff; - background: rgba(255, 255, 255, 0.05); - border: 1px solid rgba(0, 255, 255, 0.4); - border-radius: 4px; + background: none; + border: none; + border-radius: 0; text-shadow: 0 0 6px rgba(0, 255, 255, 0.9), 0 0 12px rgba(0, 255, 255, 0.7); - box-shadow: inset 0 0 8px rgba(0, 255, 255, 0.3), 0 0 10px rgba(0, 255, 255, 0.2); + box-shadow: none; transform: translate(-50%, -50%); z-index: 0; }