mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
added gray text in date time
This commit is contained in:
parent
52d4345b40
commit
3fed2a7203
1 changed files with 10 additions and 4 deletions
|
|
@ -469,10 +469,16 @@ import Layout from "../layouts/Layout.astro";
|
|||
<div>
|
||||
<h2 class="font-bold text-xl">Date & Time</h2>
|
||||
<p class="text-[#ccc]">
|
||||
<div id="display-date"></div>
|
||||
<span id="time-in-aus" class="uppercase"
|
||||
></span>
|
||||
<span id="time-difference"> </span>
|
||||
<div id="display-date" class="text-[#ccc]">
|
||||
</div>
|
||||
<span
|
||||
id="time-in-aus"
|
||||
class="text-[#ccc] uppercase"></span>
|
||||
<span
|
||||
id="time-difference"
|
||||
class="text-[#ccc]"
|
||||
>
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue