edited style of autofilled forms.

This commit is contained in:
2025-04-13 17:37:15 -06:00
parent 47b5940167
commit 35d6582108
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -78,6 +78,12 @@ textarea {
border: 3px solid white;
}
input:is(:-webkit-autofill, :autofill) {
background-color: transparent;
color: white;
border: 3px solid white;
}
.checkmark {
border: 2px solid white;
}
+6
View File
@@ -78,6 +78,12 @@ textarea {
border: 3px solid black;
}
input:is(:-webkit-autofill, :autofill) {
background-color: transparent;
color: black;
border: 3px solid black;
}
.checkmark {
border: 2px solid black;
}