diff --git a/assets/styles/no-js.css b/assets/styles/no-js.css index 29d52f0..cf5cbeb 100644 --- a/assets/styles/no-js.css +++ b/assets/styles/no-js.css @@ -1,6 +1,6 @@ -noscript[hidden] { display: block; } +.noscript__settings { display: block; } -noscript p { +.noscript__message { margin-top: 0.75rem; font-family: var(--font-1); font-size: 1rem; diff --git a/index.html b/index.html index fb53908..8346395 100644 --- a/index.html +++ b/index.html @@ -119,7 +119,7 @@ -