From ffaad2511138f82cfb3f582efd3b106e717b99e2 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Mon, 3 Sep 2018 12:21:32 -0400 Subject: [PATCH] Make color of loading indicator a bit nicer --- brutaldon/static/css/brutaldon.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/brutaldon/static/css/brutaldon.css b/brutaldon/static/css/brutaldon.css index 64b73a1..9f96663 100644 --- a/brutaldon/static/css/brutaldon.css +++ b/brutaldon/static/css/brutaldon.css @@ -107,9 +107,9 @@ emoji-link #page-load-indicator { width: 100%; - height: 4px; - background-color: blue; - opacity: 1; + height: 2px; + background-color: #4CC; + opacity: 0.8; position: fixed; top: 0; left: 0;