develop #1

Merged
linus merged 59 commits from develop into main 2026-01-30 21:54:02 +00:00
Showing only changes of commit 68523a9fb5 - Show all commits

View File

@@ -47,7 +47,7 @@
padding: 10px;
border: 1.7px solid #d6e39f;
border-radius: 5px;
background: #fcffe9;
background: #ffffff;
font-size: 1.09em;
margin-top: 3px;
transition: border .2s;
@@ -57,7 +57,7 @@
.kc-form-row select:focus {
outline: none;
border-color: #b6d333;
background: #fffde8;
background: #ffffff;
}
.kc-form-row input[type="submit"] {