From 86f298d62ca01f7deece149fdc93531f284e3217 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 5 Sep 2022 19:17:17 +0530 Subject: [PATCH] add basic styles for noscript tags --- customize.dist/src/pre-loading.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/customize.dist/src/pre-loading.css b/customize.dist/src/pre-loading.css index 0f1ccc551..1315ea07f 100644 --- a/customize.dist/src/pre-loading.css +++ b/customize.dist/src/pre-loading.css @@ -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; +} +