no JS is not really supported

This commit is contained in:
りき萌 2023-08-22 18:23:18 +02:00
parent 02d2010808
commit 6c110b61a2
2 changed files with 49 additions and 0 deletions

View file

@ -171,3 +171,23 @@ th {
--recursive-wght: 700;
--recursive-casl: 0.5;
}
/* Style the noscript dialog a little more prettily. */
.noscript {
padding: 16px;
background-color: #fde748;
border: 1px solid #6c581c;
border-radius: 8px;
width: fit-content;
margin-left: auto;
margin-right: auto;
}
.noscript p {
margin-top: 0;
margin-bottom: 16px;
}
.noscript p:last-child {
margin-bottom: 0;
}