style <noscript> properly

This commit is contained in:
root 2025-04-26 13:46:29 +00:00
parent ff491467e3
commit 2a29ee0c51

View file

@ -12,7 +12,7 @@
.js {
display: none;
}
noscript {
.noscript {
padding: 10px;
}
a {
@ -101,7 +101,7 @@ aside > container > div {
</aside>
<main>
</main>
<noscript>
<noscript class="noscript">
This page requires JavaScript.
<br>
Source code: <a href="https://git.atomic.garden/root/sphere-electrons">https://git.atomic.garden/root/sphere-electrons</a>