From 65d4780a3b43db6b07affed1660d12ef032dccbf Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sat, 17 Feb 2024 16:41:50 -0700 Subject: [PATCH] add css for loader h3 --- templates/home.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/home.html b/templates/home.html index 31fbe8f..df3cdf0 100644 --- a/templates/home.html +++ b/templates/home.html @@ -32,7 +32,15 @@ padding: 0; text-align: center } - + .loader h3 { + color: #fff; + color: var(--label_dark_background); + font-family: 'Figtree', 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-size: 1rem; + margin: 0; + padding: 0; + text-align: center + } .loader-inner { bottom: 0; height: 60px;