Adding events and better why sectino

This commit is contained in:
metacryst
2025-11-19 15:57:27 -06:00
parent 3588a68bee
commit 2bc5c00830
8 changed files with 91 additions and 21 deletions

View File

@@ -8,7 +8,7 @@
--green: #0857265c;
--red: #BC1C02;
--brown: #812A18;
--darkbrown: #60320c;
--darkbrown: #3f0808;
--orange: #FE9201;
--periwinkle: #655BAF;
@@ -98,6 +98,10 @@ input {
border-radius: 0.3em;
}
input::placeholder {
color: var(--accent)
}
input:focus {
outline: 1px solid var(--red);
}