From 286970763c161fa5d25b3d9e21fdd1728568b46f Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Thu, 14 Oct 2021 10:25:50 +0200 Subject: [PATCH] Bold header --- cara/apps/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cara/apps/static/css/style.css b/cara/apps/static/css/style.css index ef000f23..7ffa0503 100644 --- a/cara/apps/static/css/style.css +++ b/cara/apps/static/css/style.css @@ -213,6 +213,10 @@ footer img { font-size: 2rem; } + .header_text { + font-weight: bold; + } + #report_logo { height: 6em; margin: 1%;