Merge pull request #31 from ok2/codex/add-time-system-label-to-analog-clock

Add label inside analog clock face
This commit is contained in:
Kiyomichi Kosaka
2025-06-15 01:14:48 +02:00
committed by GitHub
2 changed files with 15 additions and 1 deletions
+13
View File
@@ -410,6 +410,19 @@
z-index: 2;
}
.clock-label {
position: absolute;
bottom: 12%;
left: 50%;
transform: translateX(-50%);
font-family: 'Great Vibes', cursive;
font-size: 1.4em;
color: #ffaaff;
text-shadow: 0 0 6px rgba(255, 0, 255, 0.6);
pointer-events: none;
z-index: 0;
}
.marker {
position: absolute;
width: 2em;