Remove boxes from analog clock markers

This commit is contained in:
Kiyomichi Kosaka 2025-06-15 01:02:49 +02:00
parent acbf7562ee
commit 7887296f7a

View File

@ -420,11 +420,11 @@
font-size: 1.2em; font-size: 1.2em;
font-weight: 600; font-weight: 600;
color: #00ffff; color: #00ffff;
background: rgba(255, 255, 255, 0.05); background: none;
border: 1px solid rgba(0, 255, 255, 0.4); border: none;
border-radius: 4px; border-radius: 0;
text-shadow: 0 0 6px rgba(0, 255, 255, 0.9), 0 0 12px rgba(0, 255, 255, 0.7); 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%); transform: translate(-50%, -50%);
z-index: 0; z-index: 0;
} }