diff --git a/cmd/pkgserver/ui_test/lib/ui.html b/cmd/pkgserver/ui_test/lib/ui.html index f4c4b7f9..d1f503a7 100644 --- a/cmd/pkgserver/ui_test/lib/ui.html +++ b/cmd/pkgserver/ui_test/lib/ui.html @@ -7,6 +7,13 @@ PkgServer Tests + +

PkgServer Tests

diff --git a/cmd/pkgserver/ui_test/lib/ui.scss b/cmd/pkgserver/ui_test/lib/ui.scss index ae75c721..9d6d4221 100644 --- a/cmd/pkgserver/ui_test/lib/ui.scss +++ b/cmd/pkgserver/ui_test/lib/ui.scss @@ -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; }