fallbacks for noscript

This commit is contained in:
zoe 2022-05-27 17:11:53 +02:00
parent 8a1aee319d
commit 5a2f9bbd33
63 changed files with 69976 additions and 88 deletions

View file

@ -1,4 +1,8 @@
@charset "UTF-8";
.flexjs,
.iflexjs {
display: none; }
body {
background-color: #413c74;
color: #ff8ad0; }
@ -265,6 +269,7 @@ footer {
#content ul,
#content ol,
#content table,
#content nav,
.embed,
code,
.postdescription,
@ -279,6 +284,9 @@ hr,
max-width: 52%;
height: 100%; }
#replacement-burger {
display: flex; }
#content .embed {
display: block;
overflow: hidden;
@ -328,7 +336,6 @@ p code {
margin: 0; }
#footer-right * {
display: flex;
margin-top: auto;
margin-bottom: auto; }
@ -507,6 +514,10 @@ button {
border-style: solid;
cursor: pointer; }
#replacement-burger {
width: 24pt;
height: 24pt; }
.togglelabel {
border: solid; }
@ -555,6 +566,7 @@ h6 {
content: ""; }
.postdescription,
#content nav,
#content p,
#content ul,
#content ol,