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
+15 -13
View File
@@ -30,9 +30,9 @@ a,
th, th,
td, td,
li { li {
font-family: 'Hack Nerd Font Mono', Hack, sans-serif; font-family: 'Hack Nerd Font Mono', Hack, sans-serif !important;
padding: 0; padding: 0 !important;
margin: 0; margin: 0 !important;
} }
h1 { h1 {
@@ -360,22 +360,24 @@ i:hover {
input, input,
input:is(:-webkit-autofill, :autofill), input:is(:-webkit-autofill, :autofill),
textarea { textarea {
border-radius: 12px; border-radius: 12px !important;
width: 100%; width: 100% !important;
padding: 15px; padding: 15px !important;
margin: 15px 15px 15px 0px; margin: 15px 15px 15px 0px !important;
box-sizing: border-box; box-sizing: border-box !important;
transition-duration: 500ms; transition-duration: 500ms !important;
resize: none; resize: none !important;
} }
input:focus, input:focus,
input:is(:-webkit-autofill, :autofill):focus,
textarea:focus, textarea:focus,
input:hover, input:hover,
input:is(:-webkit-autofill, :autofill):hover,
textarea:hover { textarea:hover {
border: 3px solid orange; border: 3px solid orange !important;
box-shadow: 0 2px 4px 0 rgba(255, 165, 0, 0.3), 0 3px 8px 0 rgba(255, 165, 0, 0.7); box-shadow: 0 2px 4px 0 rgba(255, 165, 0, 0.3), 0 3px 8px 0 rgba(255, 165, 0, 0.7) !important;
outline: none; outline: none !important;
} }
textarea { textarea {
+1 -6
View File
@@ -72,18 +72,13 @@ table tr {
} }
input, input,
input:is(:-webkit-autofill, :autofill),
textarea { textarea {
background-color: transparent; background-color: transparent;
color: white; color: white;
border: 3px solid white; border: 3px solid white;
} }
input:is(:-webkit-autofill, :autofill) {
background-color: transparent;
color: white;
border: 3px solid white;
}
.checkmark { .checkmark {
border: 2px solid white; border: 2px solid white;
} }
+1 -6
View File
@@ -72,18 +72,13 @@ table tr {
} }
input, input,
input:is(:-webkit-autofill, :autofill),
textarea { textarea {
background-color: transparent; background-color: transparent;
color: black; color: black;
border: 3px solid black; border: 3px solid black;
} }
input:is(:-webkit-autofill, :autofill) {
background-color: transparent;
color: black;
border: 3px solid black;
}
.checkmark { .checkmark {
border: 2px solid black; border: 2px solid black;
} }