first commit

This commit is contained in:
Christian Lawson-Perfect 2025-02-11 14:20:15 +00:00
commit 51d57259b0
4 changed files with 360 additions and 0 deletions

32
style.css Normal file
View file

@ -0,0 +1,32 @@
:root {
--spacing: 1em;
--family: sans-serif;
color-scheme: light dark;
}
body {
font-family: var(--family);
}
.fixed-font {
font-family: sans-serif;
}
dt {
font-weight: bold;
text-decoration: underline;
}
.hidden {
display: none;
}
.help-text {
font-size: small;
}
.char-range {
max-width: 100%;
max-height: 3em;
overflow: auto;
}