From 560dce906eecac422cbad61e8f7304d44d9b9aa8 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 15 May 2024 18:01:20 +0200 Subject: [PATCH] adjust loader color to match nextcloud blue Signed-off-by: Simon L --- php/public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/public/style.css b/php/public/style.css index 7f86decb..b9418737 100644 --- a/php/public/style.css +++ b/php/public/style.css @@ -198,7 +198,7 @@ header { .loader { border: 16px solid #f3f3f3; border-radius: 50%; - border-top: 16px solid #3498db; + border-top: 16px solid #0082c9; width: 120px; height: 120px; -webkit-animation: spin 2s linear infinite; /* Safari */