Add clock statistics

This commit is contained in:
Mononaut
2023-04-19 09:41:53 +09:00
parent 34fbc8d2b8
commit daf7d864c5
5 changed files with 75 additions and 3 deletions

View File

@@ -285,6 +285,10 @@ body {
color: #fff;
}
.white-color {
color: white;
}
.green-color {
color: #3bcc49;
}