feat: manage current date with datetime api. Closes #6

This commit is contained in:
2026-02-13 14:02:41 -03:00
parent 6826a4256d
commit a5329af7b3
6 changed files with 155 additions and 7 deletions
+29
View File
@@ -32,6 +32,35 @@
border-color: #6B8DD6;
}
.settings-form select {
width: 100%;
padding: 12px;
padding-right: 36px;
border-radius: 6px;
font-size: 1rem;
box-sizing: border-box;
border: 1px solid #404040;
background-color: #2a2a2a;
color: #e0e0e0;
appearance: none;
-webkit-appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23a0a0a0' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 12px center;
cursor: pointer;
}
.settings-form select:focus {
outline: none;
border-color: #6B8DD6;
}
.settings-form select option,
.settings-form select optgroup {
background-color: #2a2a2a;
color: #e0e0e0;
}
.settings-btn {
width: 100%;
padding: 12px;