From 91914fae27796dfcbfbada1564b07fbd1d08241c Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Thu, 15 Mar 2018 14:53:04 +0100 Subject: [PATCH] Add even more spinners and shit because fuck all --- index.html | 2 +- style.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 761dbf3..dc5771a 100755 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@
-

Hold on. Still loading that fancy background.

+

Hold on. Still loading that fancy background.

diff --git a/style.css b/style.css index 8403d16..db47d40 100755 --- a/style.css +++ b/style.css @@ -186,6 +186,12 @@ a:hover { text-align: center; } +.init-loading { + font-size: 26pt; + color: #FF5555; + margin: 5px; +} + .notice { color: #3b3b3b; text-align: right;