style <noscript> properly
This commit is contained in:
parent
ff491467e3
commit
2a29ee0c51
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue