Fixed contrast of "generating" message

This commit is contained in:
Thomas Kolb 2023-11-14 23:07:37 +01:00
parent aeebb1291f
commit 9415892a77
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ div.form * input[type=submit] {
} }
#loading { #loading {
color: green; color: #afa;
font-weight: bold; font-weight: bold;
} }