aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/style/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/style/main.css')
-rw-r--r--vnext/src/style/main.css7
1 files changed, 7 insertions, 0 deletions
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;