1
0

auto-git:

[change] settings.html
This commit is contained in:
2025-05-25 00:17:43 +02:00
parent 53b3a05dc9
commit a65dc1d288

View File

@@ -83,10 +83,14 @@
/* Buttons */
.buttons {
display: flex; justify-content: flex-end; gap: 1rem;
margin-top: 1.4rem;
}
button.action {
padding: 0.5em 1.3em;
font-size: 1rem;
font-weight: 600;
border: none; border-radius: 6px;
cursor: pointer;
transition: background 0.2s;
}
#cancelBtn {
background: #e2e8f0;