success message now use a more standard font
This commit is contained in:
parent
c3a2115486
commit
b8e2e50b04
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue