This commit is contained in:
2026-04-27 20:29:21 +02:00
parent 329ed5adb0
commit b928212608
10 changed files with 329 additions and 7 deletions

View File

@@ -106,7 +106,8 @@ textarea {
background-color: var(--color-background-softer);
padding: 12px;
color: var(--color-text);
border: none;
border-radius: 6px;
border: solid 1px var(--color-border);;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus {