1
0
forked from rosa/hakurei

cmd/pkgserver: add noscript warning to test web UI

This commit is contained in:
Kat
2026-03-24 02:34:31 +11:00
parent c7b6f4b44e
commit 170a88cf7d
2 changed files with 12 additions and 1 deletions

View File

@@ -15,10 +15,14 @@ html {
color: var(--fg);
}
h1, p, summary {
h1, p, summary, noscript {
font-family: sans-serif;
}
noscript {
font-size: 16pt;
}
.root {
margin: 1rem 0;
}