From b53b8983113db64d4796d111e5068457d2eac625 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 24 Aug 2018 14:09:36 +0300 Subject: noscript stub --- vnext/src/style/main.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vnext/src/style/main.css') diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index 05a0e653..a5e0326d 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -92,6 +92,13 @@ html { min-width: 310px; width: auto; } +noscript article { + background-image: url("matrix.jpg"); + background-color: #222; + background-size: cover; + color: #fff; + min-height: 480px; +} *::selection { background: #006699; color: #fff; -- cgit v1.2.3