webtools/target/clocks/style.css

13 lines
221 B
CSS
Raw Normal View History

2025-09-25 22:13:29 +00:00
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);
}