refactor: Added bulletpoints, support button, entries can be edited by date. Just allows one entry per day

This commit is contained in:
2025-07-14 17:38:49 +00:00
parent 4c6328c2e9
commit 024ea2489b
3 changed files with 83 additions and 25 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
<label for="password" class="block text-xs font-semibold text-gray-400 mb-1">Password</label>
<input type="password" id="password" name="password" class="w-full p-3 bg-gray-800 border border-gray-700 rounded focus:ring-2 focus:ring-blue-500" placeholder="Password" required>
</div>
<button type="submit" class="w-full py-3 bg-gradient-to-r from-blue-500 to-pink-500 text-white font-bold rounded shadow hover:scale-105 transition">
<button type="submit" class="w-full py-3 bg-gradient-to-r from-blue-500 to-pink-500 text-white font-bold rounded shadow hover:scale-105 transition hover:cursor-pointer">
<i class="fas fa-sign-in-alt mr-2"></i>Login
</button>
</form>