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