add basic styles for noscript tags

This commit is contained in:
ansuz 2022-09-05 19:17:17 +05:30
parent e84358448b
commit 86f298d62c
1 changed files with 14 additions and 0 deletions

View File

@ -98,3 +98,17 @@ html:not(.cp-app-noscroll) #placeholder.dark-theme {
display: none;
}
}
:is(div, noscript) > p.noscript {
font-family: sans-serif;
z-index: 999;
padding: 15px;
font-size: 20px;
margin-top: 30px !important;
max-width: 800px;
margin: auto;
background-color: #424242;
color: #eee;
border-radius: 5px;
}