8 lines
98 B
CSS
8 lines
98 B
CSS
.clock-time {
|
|
min-width: 8ch;
|
|
}
|
|
|
|
.clock-time span {
|
|
color: var(--color-text-highlight);
|
|
}
|