From 62dd94e571b3538a9b98f32b2392c1e2437a3738 Mon Sep 17 00:00:00 2001 From: Kevin Ngo Date: Fri, 12 Oct 2018 00:32:14 -0700 Subject: [PATCH] style loading screen title --- src/style.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 12ee10b..1391397 100644 --- a/src/style.css +++ b/src/style.css @@ -1,3 +1,7 @@ +html { + background: #000; +} + #vrButton { position: absolute; background: url(../assets/img/enter-vr-button-background.png) no-repeat; @@ -21,4 +25,14 @@ #vrButton:hover { background-position: 0 -50.5px; -} \ No newline at end of file +} + +.a-loader-title { + color: #ff99b6; + font-family: monospace; + font-size: 48px; + font-style: italic; + font-weight: bold; + margin-top: 24px; + text-transform: uppercase; +}