Uhrzeit des letzten PGN-Updates und Countdown bis zum nächsten Update
This commit is contained in:
10
style.css
10
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user