From fb5cec783730f096eb5e7cec42dc7d8a6bfdbca8 Mon Sep 17 00:00:00 2001 From: Kiyomichi Kosaka Date: Sun, 15 Jun 2025 14:44:53 +0200 Subject: [PATCH] Remove central clock border --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 87fd188..aa062e3 100644 --- a/style.css +++ b/style.css @@ -406,7 +406,7 @@ height: calc(var(--clock-size) * 0.15); transform: translate(-50%, -50%); background: url('logo.svg') center/contain no-repeat; - background-color: #ffffff; + background-color: transparent; border-radius: 50%; box-shadow: 0 0 8px rgba(0, 255, 255, 0.8); z-index: 2;