From 6895f21c20076940fb5c5536111c30519597f853 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Fri, 25 Sep 2026 21:19:02 +0100 Subject: [PATCH] Update Loader Styles and Fix HTML Element ID - Adjusted the loader width from 35px to 26px and stroke width from 7px to 5px for improved visual consistency. - Corrected the HTML element ID from "rooot" to "root" to ensure proper functionality. --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 8f4e16dd..b1cc5362 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ /* HTML:
*/ .fc-loader { - width: 35px; + width: 26px; aspect-ratio: 1; } @@ -33,7 +33,7 @@ } .fc-loader svg path { - stroke-width: 7px; + stroke-width: 5px; stroke: #008eff; } @@ -42,7 +42,7 @@ -
+