Styling cleanup

This commit is contained in:
2025-08-21 03:18:55 +00:00
parent ba513d1199
commit bbdbefef1c
4 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
<header>
<h1 id="title">Calendar</h1>
<div class="header-controls">
<label>Selection: <input type="text" id="selected-date" class="date-input" readonly></label>
<input type="text" id="selected-date" class="date-input" readonly>
<div id="today-date" class="today-date"></div>
</div>
</header>