mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Update pdf style to use correct body text, hide the underlines for links in pdf view.
This commit is contained in:
parent
370b936037
commit
110a0bf772
@ -1,4 +1,9 @@
|
||||
body.pdf {
|
||||
color: black;
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
.container {
|
||||
width: 1000px;
|
||||
margin: 0 auto;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user