Last active
April 16, 2018 05:18
-
-
Save shrayasr/2e7451e03d0484b67d30f0a9b871bf0c to your computer and use it in GitHub Desktop.
danluu.com stylesheet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
margin: 0 auto; | |
width: 900px; | |
font-family: Trebuchet MS; | |
font-size: 16px; | |
line-height: 23px; | |
margin-top: 20px; | |
background: #fff8ec; | |
} | |
blockquote { | |
border-left: 5px solid #ffcf82; | |
margin-left: 0; | |
padding-left: 10px; | |
} | |
a { | |
text-decoration: none; | |
} | |
a:hover { | |
text-decoration: underline; | |
} | |
h3 { | |
font-family: "Palatino Linotype"; | |
font-size: 20px; | |
} | |
h4 { | |
font-family: "Palatino Linotype"; | |
font-size: 18px; | |
} | |
body > strong:first-child { | |
font-family: "Palatino Linotype"; | |
font-size: 30px; | |
} | |
code { | |
background: papayawhip; | |
} | |
pre > code { | |
background: none; | |
} | |
pre { | |
background: papayawhip; | |
padding: 6px 0; | |
padding-left: 6px; | |
} | |
th, td { | |
padding: 5px 3px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Homepage
Article