styleguide: move scripts, add mobile navigation, style generator
All checks were successful
/ build (push) Successful in 9s

This commit is contained in:
kritzl 2025-02-14 23:06:36 +01:00
commit fa75654b11
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
16 changed files with 390 additions and 112 deletions

View file

@ -287,7 +287,7 @@ h6,
.h6 {
font-family: "Argon Glow", ui-sans, sans-serif;
font-weight: 400;
margin: 0;
margin: 1rem 0;
}
h1,
@ -364,9 +364,14 @@ table tr th {
}
table thead {
position: sticky;
top: 0;
top: 4rem;
z-index: 10;
}
@media (min-width: 48rem) {
table thead {
top: 0;
}
}
table thead tr > th {
outline-width: 0.1em;
outline-style: solid;