Well, sending messages took longer than it should have

This commit is contained in:
metacryst
2025-11-25 23:38:59 -06:00
parent dc9b106439
commit 9e87364147
25 changed files with 550 additions and 189 deletions

View File

@@ -1,6 +1,7 @@
/*
Sam Russell
Captured Sun
11.25.25.1 - Added minHeight and minWidth to be counted as numerical styles
11.25.25 - Added onChange for check boxes, added setQuery / onQueryChanged for easy filtering
11.24.25 - Fixing onClick because it was reversed, adding event to onHover params
11.23.25 - Added onSubmit() event for form submission, added marginHorizontal() and marginVertical()
@@ -292,6 +293,8 @@ function extendHTMLElementWithStyleSetters() {
case "height":
case "maxWidth":
case "maxHeight":
case "minWidth":
case "minHeight":
case "left":
case "top":

View File

@@ -4,13 +4,11 @@
--tan: #FFDFB4;
--gold: #F2B36F;
--purple: #251D44;
--divider: #bb7c36;
--green: #0857265c;
--red: #BC1C02;
--brown: #812A18;
--darkbrown: #3f0808;
--orange: #FE9201;
--periwinkle: #655BAF;
--accent2: var(--green);
}
@@ -19,7 +17,6 @@
:root {
--main: var(--brown);
--accent: var(--gold);
--dividerColor: var(--gold);
--accent2: var(--gold);
}
}