fix inputs styling

This commit is contained in:
2025-06-16 19:17:41 +03:00
parent 1fe6c1830e
commit 49a29e1379
2 changed files with 55 additions and 9 deletions

View File

@@ -63,6 +63,9 @@ select {
textarea {
height: 70px;
resize: vertical;
background-color: var(--input-bg) !important;
color: var(--text-color) !important;
border: 1px solid var(--input-border) !important;
}
input[type="color"] {
@@ -126,6 +129,9 @@ button:hover {
#wordList input[type="text"] {
flex: 2;
background-color: var(--input-bg) !important;
color: var(--text-color) !important;
border: 1px solid var(--input-border) !important;
}
#wordList input[type="color"] {