no JS is not really supported
This commit is contained in:
parent
02d2010808
commit
6c110b61a2
2 changed files with 49 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue