From f9a3f2bf5508182860183f6149d66ddbec9b20ee Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Wed, 13 Oct 2021 09:14:55 +0200 Subject: [PATCH] Added color for the P(I) animation in the printable version fixes #201 --- cara/apps/calculator/static/css/report.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cara/apps/calculator/static/css/report.css b/cara/apps/calculator/static/css/report.css index c9b2b3ab..1f9e5b36 100644 --- a/cara/apps/calculator/static/css/report.css +++ b/cara/apps/calculator/static/css/report.css @@ -154,7 +154,8 @@ p.notes { position: relative; text-align: center; border-radius: 100px; - z-index: 1 + z-index: 1; + -webkit-print-color-adjust: exact!important; } .intro-banner-vdo-play-btn i {