Skip to content

Instantly share code, notes, and snippets.

@shrayasr
Last active April 16, 2018 05:18
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save shrayasr/2e7451e03d0484b67d30f0a9b871bf0c to your computer and use it in GitHub Desktop.
danluu.com stylesheet
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;
}
@shrayasr
Copy link
Author

Homepage

image

Article

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment