first commit
This commit is contained in:
commit
51d57259b0
4 changed files with 360 additions and 0 deletions
32
style.css
Normal file
32
style.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue