forked from rosa/hakurei
Compare commits
2 Commits
2e7d16c1fb
...
e84de48e80
| Author | SHA1 | Date | |
|---|---|---|---|
|
e84de48e80
|
|||
|
170a88cf7d
|
@@ -7,6 +7,13 @@
|
||||
<title>PkgServer Tests</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
I hate JavaScript as much as you, but this page runs tests written in
|
||||
JavaScript to test the functionality of code written in JavaScript, so it
|
||||
wouldn't make sense for it to work without JavaScript. <strong>Please turn
|
||||
JavaScript on!</strong>
|
||||
</noscript>
|
||||
|
||||
<h1>PkgServer Tests</h1>
|
||||
|
||||
<main>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user