From aa2e9756a9aaaab2ee50804af8cff91ae1bee254 Mon Sep 17 00:00:00 2001 From: nglk Date: Mon, 28 Nov 2022 16:49:21 +0100 Subject: [PATCH] improved questions style --- app/static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/static/css/style.css b/app/static/css/style.css index 87e3954..ee371c4 100755 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -42,6 +42,11 @@ ul { list-style-type:none; } +ul em{ + font-style: normal; + font-weight:bold; +} + .navigation ul{ list-style-type: none; padding: 0;