From 44aba94055cb41376c39be0821deb1449b85a74d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=C3=A4ssler?= Date: Wed, 22 Jul 2020 15:34:01 +0200 Subject: [PATCH] change spinner colors and width --- client/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/style.css b/client/style.css index bcc6086..5532480 100755 --- a/client/style.css +++ b/client/style.css @@ -71,8 +71,8 @@ header { .spinner { margin: calc(50vh - 60px) auto; - border: 2px solid rgba(255, 255, 255, .7); /* Light grey */ - border-top: 4px solid #3498db; /* Blue */ + border: 5px solid rgba(255, 255, 255, .4); + border-top: 5px solid #fff; border-radius: 50%; width: 120px; height: 120px;