Remove central clock border

This commit is contained in:
Kiyomichi Kosaka 2025-06-15 14:44:53 +02:00
parent 794631dcba
commit fb5cec7837

View File

@ -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;