From d59b33158a9d72159d0fbbefdb68de8fae71db1f Mon Sep 17 00:00:00 2001 From: Natty Date: Thu, 31 Aug 2023 20:53:10 +0200 Subject: [PATCH] Different font style for the progress indicator --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index acc2aad..62ea3b2 100644 --- a/style.css +++ b/style.css @@ -31,6 +31,10 @@ a { font-size: 20%; } +#outInfo { + font-style: italic; +} + #usersDiv { margin-top: 30px; line-height: 100%;