Add more features to clock

This commit is contained in:
Svilen Markov
2024-05-25 02:28:45 +01:00
parent 4a27ec3271
commit 8148f09b9c
6 changed files with 195 additions and 15 deletions

View File

@@ -849,6 +849,10 @@ body {
transform: translate(-50%, -50%);
}
.clock-time span {
color: var(--color-text-highlight);
}
.monitor-site-icon {
display: block;
opacity: 0.8;