This commit is contained in:
2025-04-13 17:48:25 -06:00
parent 701aa338a0
commit b39b75412d
3 changed files with 17 additions and 25 deletions
+1 -6
View File
@@ -72,18 +72,13 @@ table tr {
}
input,
input:is(:-webkit-autofill, :autofill),
textarea {
background-color: transparent;
color: white;
border: 3px solid white;
}
input:is(:-webkit-autofill, :autofill) {
background-color: transparent;
color: white;
border: 3px solid white;
}
.checkmark {
border: 2px solid white;
}