From 227453417fbdf3ff3e73fac775b785082e6e216c Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Thu, 3 Nov 2016 20:04:26 +0100 Subject: [PATCH] See #260 - adds `noscript` warning. Why: * We need JavaScript to operate properly. --- docs/css/home.css | 8 ++++++++ docs/index.html | 3 +++ 2 files changed, 11 insertions(+) diff --git a/docs/css/home.css b/docs/css/home.css index 79bc4415..fa9e298d 100644 --- a/docs/css/home.css +++ b/docs/css/home.css @@ -21,6 +21,14 @@ select { font-size: 16px; } +noscript { + color: hsl(0, 70%, 50%); + display: block; + font-weight: bold; + padding: 2rem; + text-align: center; +} + .logo__link { background: url(../img/logo.svg) no-repeat center 55%; display: block; diff --git a/docs/index.html b/docs/index.html index 0e27e89d..0414aa91 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,6 +10,9 @@ +

Go to clean-css project page

-- 2.34.1