Merge pull request #82 from yardenshoham/add-clock-widget

Add a clock widget
This commit is contained in:
Svilen Markov 2024-05-25 02:32:18 +01:00 committed by GitHub
commit 0f42567d98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 243 additions and 1 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;