first commit

This commit is contained in:
Christian Lawson-Perfect 2025-02-09 20:32:43 +00:00
commit 941d060004
5 changed files with 188 additions and 0 deletions

12
style.css Normal file
View file

@ -0,0 +1,12 @@
body {
font-family: sans-serif;
}
poll-plot {
padding: 1em;
display: inline-block;
}
a[aria-current="page"] {
font-weight: bold;
}