update global css, add countdown and timer

This commit is contained in:
zyqunix 2025-01-20 23:02:58 +01:00
parent c52aa334ca
commit 10022e6d93
8 changed files with 339 additions and 0 deletions

View file

@ -19,6 +19,9 @@ body {
background-color: #2a2a2a;
color: #f0f0f0;
overflow-x: hidden;
}
* {
font-family: 'Hack', 'JetBrainsMono', monospace;
}