svg .clock-circle {
fill: transparent;
stroke: var(--clock-svg-circle-color, black);
stroke-width: 0.2;
}
svg .clock-sub-circle {
fill: transparent;
stroke: var(--clock-svg-sub-circle-color, black);
stroke-width: 0.2;
stroke-dasharray: 1, 4;
}
svg .clock-hand-path {
fill: transparent;
stroke: var(--clock-svg-hand-color, black);
stroke-width: 0.2;
}
svg .clock-head-circle {
fill: var(--clock-svg-hand-color, black);
stroke: var(--clock-svg-hand-color, black);
stroke-width: 0.2;
}
svg .tick-label {
fill: var(--clock-svg-tick-color, black);
text-anchor: middle;
dominant-baseline: middle;
}