major features update

This commit is contained in:
Robert Perce 2025-11-27 13:45:21 -06:00
parent 519fb49901
commit 4e2fab67c5
48 changed files with 3925 additions and 208 deletions

31
static/settings.css Normal file
View file

@ -0,0 +1,31 @@
h2 {
font-size: large;
margin-top: 1.5em;
margin-bottom: 0.5em;
}
#cal-link {
display: flex;
flex-direction: column;
gap: 0.5em;
button {
max-width: 10em;
}
}
form {
display: grid;
grid-template-columns: fit-content(50%) min-content;
gap: 0.5em;
label {
text-align: right;
}
.error {
color: darkred;
font-size: small;
grid-column: span 2;
}
}