Fixed default date range handling. Added header to share page.

This commit is contained in:
Mike Cao 2025-10-05 16:02:23 -07:00
parent c5994e5eb6
commit caf04015bb
6 changed files with 28 additions and 16 deletions

View file

@ -3,7 +3,7 @@ body {
font-family: var(--font-family), sans-serif;
color: var(--font-color);
font-size: var(--font-size);
background-color: var(--background-color);
background-color: var(--base-color-2);
width: 100%;
min-height: 100vh;
}