always use white text on countdown
This commit is contained in:
parent
f53dc28597
commit
b75620c892
@ -26,7 +26,7 @@
|
|||||||
onDestroy(() => clearInterval(intervalId));
|
onDestroy(() => clearInterval(intervalId));
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="grid grid-flow-col gap-5 text-center auto-cols-max text-black dark:text-white">
|
<div class="grid grid-flow-col gap-5 text-center auto-cols-max text-white">
|
||||||
<div class="flex flex-col p-2 bg-gray-200 rounded-box bg-opacity-5 backdrop-blur-sm">
|
<div class="flex flex-col p-2 bg-gray-200 rounded-box bg-opacity-5 backdrop-blur-sm">
|
||||||
<span class="countdown font-mono text-3xl sm:text-6xl">
|
<span class="countdown font-mono text-3xl sm:text-6xl">
|
||||||
<span class="m-auto" style="--value:{days};" />
|
<span class="m-auto" style="--value:{days};" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user