refactor: Added bulletpoints, support button, entries can be edited by date. Just allows one entry per day
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user