success message now use a more standard font

This commit is contained in:
Faraphel 2023-12-23 15:35:11 +01:00
parent c3a2115486
commit b8e2e50b04

View file

@ -11,7 +11,7 @@
/* set the text */
text-align: center;
font-size: 150%;
font-family: "Century Gothic", sans-serif; /* TODO: other font */
font-family: "Arial", sans-serif;
font-weight: bold;
/* set the border */