13 lines
221 B
CSS
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);
|
||
|
}
|