From 609adbbccb3d39dbdffdf017ec48d8ec82e5d083 Mon Sep 17 00:00:00 2001 From: Tom Reis Date: Mon, 16 Aug 2021 17:42:29 -0600 Subject: [PATCH] Make default certificate text gray again --- app/assets/stylesheets/pdf.css.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/pdf.css.scss b/app/assets/stylesheets/pdf.css.scss index f9fc9f79..08c0adc0 100644 --- a/app/assets/stylesheets/pdf.css.scss +++ b/app/assets/stylesheets/pdf.css.scss @@ -5,10 +5,13 @@ border-color: $teal; height: 43.5em; text-align: center; + color: $grey; + h1 { font-size: 3.5em; margin: 1.5em 0; } + h2 { font-size: 2.5em; margin: 0.5em 0; @@ -20,10 +23,12 @@ color: $teal; } } + p { font-size: 1.5em; margin: 0.2em 0; } + img { position: absolute; bottom: 2em;