webtools/site/clocks/style.css
2025-09-26 08:13:29 +10:00

13 lines
221 B
CSS

div.clock {
text-align: center;
margin-block-end: 1.8rem;
}
div.clock div.location {
color: rgb(175, 41, 29);
}
div.clock div.time {
font-size: 200%;
font-family: var(--pico-font-family-monospace);
}