Compare commits
2
Commits
59428a27ce
...
91c9617255
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
91c9617255 | ||
|
|
4571c59020 |
@@ -46,7 +46,7 @@
|
||||
<div class="flex items-baseline gap-2 z-10" role="timer" aria-live="polite">
|
||||
{#each units as unit, i (unit.label)}
|
||||
{#if i > 0}<span class="text-secondary-300/60">·</span>{/if}
|
||||
<span class="font-semibold tabular-nums text-md md:text-3xl"
|
||||
<span class="text-surface-50 font-semibold tabular-nums text-md md:text-3xl"
|
||||
>{unit.value}</span
|
||||
>
|
||||
<span class="text-secondary-100/80 text-md md:text-3xl">{unit.label}</span
|
||||
|
||||
Reference in New Issue
Block a user