From 15212205604013c4e1667df2d95f4925c6ef75d4 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 19 Aug 2019 17:32:37 +0200 Subject: [PATCH] fix loading screen spinner color to match CryptPad icon --- customize.dist/loading.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/loading.js b/customize.dist/loading.js index 765ec56f9..11a82f770 100644 --- a/customize.dist/loading.js +++ b/customize.dist/loading.js @@ -184,7 +184,7 @@ define([], function () { box-sizing: border-box; width: 80px; height: 80px; - border: 11px solid lightgrey; + border: 11px solid white; border-radius: 50%; border-top-color: transparent; animation: spin infinite 3s;