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
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;