Set marker font size relative to radius
This commit is contained in:
@@ -445,7 +445,8 @@ body.fullscreen-clock .clock-label {
|
||||
line-height: calc(var(--clock-size) * 0.13);
|
||||
/* Use a futuristic font for the clock markers */
|
||||
font-family: 'Orbitron', 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
|
||||
font-size: calc(var(--clock-size) * 0.08);
|
||||
/* 1% of the clock radius */
|
||||
font-size: calc(var(--clock-size) * 0.005);
|
||||
font-weight: 600;
|
||||
color: #00ffff;
|
||||
background: none;
|
||||
|
||||
Reference in New Issue
Block a user