This commit is contained in:
2025-12-18 19:23:05 +01:00
parent baa18484ca
commit f6d40b8f2e
10 changed files with 1322 additions and 1111 deletions
+8 -2
View File
@@ -82,11 +82,17 @@ input, select {
border-radius: 6px;
font-size: 1em;
font-family: inherit;
transition: all 0.2s ease;
}
input:focus, select:focus {
outline: 2px solid var(--accent-color);
border-color: transparent;
outline: none;
border-color: var(--accent-color);
box-shadow: 0 0 0 2px rgba(9, 109, 192, 0.2);
}
* {
transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}