Skip to content

Commit

Permalink
Make default certificate text gray again
Browse files Browse the repository at this point in the history
  • Loading branch information
tmichaelreis committed Aug 16, 2021
1 parent f6f8e98 commit 609adbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/pdf.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -20,10 +23,12 @@
color: $teal;
}
}

p {
font-size: 1.5em;
margin: 0.2em 0;
}

img {
position: absolute;
bottom: 2em;
Expand Down

0 comments on commit 609adbb

Please sign in to comment.