Uhrzeit des letzten PGN-Updates und Countdown bis zum nächsten Update

This commit is contained in:
2026-05-24 14:33:08 +02:00
parent 6d588a4d5c
commit 414732cb7e
3 changed files with 42 additions and 9 deletions

View File

@@ -36,6 +36,16 @@ header h1 {
color: #aaa;
}
#last-update, #refresh-timer {
font-family: 'Courier New', monospace;
font-size: 0.9rem;
color: #4ade80;
background: rgba(0, 0, 0, 0.4);
padding: 4px 10px;
border-radius: 6px;
border: 1px solid rgba(74, 222, 128, 0.2);
}
#refresh-btn {
background: #e94560;
border: none;