diff --git a/assets/css/pdf.css b/assets/css/pdf.css index 4f43a95..20fef32 100644 --- a/assets/css/pdf.css +++ b/assets/css/pdf.css @@ -1,4 +1,9 @@ body.pdf { + color: black; + a { + text-decoration: none; + color: black; + } .container { width: 1000px; margin: 0 auto; diff --git a/assets/css/style.css b/assets/css/style.css index b4e4497..8a34211 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -10,7 +10,7 @@ } body { - font-family: Garamond, "Hoefler Text", Times New Roman, Times, serif; + font-family: 'Hoefler Text', Times New Roman, Times, serif; color: #444; padding: 2em 0; } @@ -172,7 +172,7 @@ dl { } strong { float: right; - margin-top: -3em; + margin-top: -2em; } em { display: block;