From 9415892a7767465c9393ca0cc027b30606aa3561 Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Tue, 14 Nov 2023 23:07:37 +0100 Subject: [PATCH] Fixed contrast of "generating" message --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 451b976..83ebb98 100644 --- a/static/style.css +++ b/static/style.css @@ -36,7 +36,7 @@ div.form * input[type=submit] { } #loading { - color: green; + color: #afa; font-weight: bold; }