Merge pull request #32 from ok2/codex/adjust-and-scale-cobie-time-display

Adjust analog clock label position
This commit is contained in:
Kiyomichi Kosaka
2025-06-15 01:19:30 +02:00
committed by GitHub
+6 -2
View File
@@ -412,17 +412,21 @@
.clock-label {
position: absolute;
bottom: 12%;
top: 8%;
left: 50%;
transform: translateX(-50%);
font-family: 'Great Vibes', cursive;
font-size: 1.4em;
font-size: 2em;
color: #ffaaff;
text-shadow: 0 0 6px rgba(255, 0, 255, 0.6);
pointer-events: none;
z-index: 0;
}
body.fullscreen-clock .clock-label {
font-size: 3em;
}
.marker {
position: absolute;
width: 2em;