ctucx.git: oeffisearch

[nimlang] fast and simple tripplanner

commit 44aba94055cb41376c39be0821deb1449b85a74d
parent e186623c3931556b2e614ea1b25e73d42ff9b8f5
Author: Milan Pässler <me@pbb.lc>
Date: Wed, 22 Jul 2020 15:34:01 +0200

change spinner colors and width
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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;