Skip to content

Instantly share code, notes, and snippets.

@fwindpeak
Created April 24, 2022 03:37
Show Gist options
  • Select an option

  • Save fwindpeak/1c82ee1e1639832f51c8f26f5322c6db to your computer and use it in GitHub Desktop.

Select an option

Save fwindpeak/1c82ee1e1639832f51c8f26f5322c6db to your computer and use it in GitHub Desktop.
simple markdown css
h1,
h2,
h3,
h4 {
color: #111111;
font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
p {
margin-bottom: 24px;
padding: 0;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 36px;
margin: 24px 0 6px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 21px;
}
h5 {
font-size: 18px;
}
a {
color: #0099ff;
margin: 0;
padding: 0;
vertical-align: baseline;
}
ul,
ol {
padding: 0;
margin: 0;
}
li {
line-height: 24px;
}
li ul,
li ul {
margin-left: 24px;
}
p,
ul,
ol {
font-size: 16px;
line-height: 24px;
}
pre {
padding: 0px 24px;
white-space: pre-wrap;
}
code {
font-family: Consolas, Monaco, Andale Mono, monospace;
line-height: 1.5;
font-size: 13px;
}
aside {
display: block;
float: right;
width: 390px;
}
blockquote {
margin: 1em 2em;
}
blockquote p {
color: #666;
max-width: 460px;
}
hr {
width: 540px;
text-align: left;
margin: 0 auto 0 0;
color: #999;
}
table {
border-collapse: collapse;
margin: 1em 1em;
border: 1px solid #ccc;
}
table thead {
background-color: #eee;
}
table thead td {
color: #666;
}
table thead tr td {
border: 1px solid #ccc;
}
table td {
padding: 0.5em 1em;
border: 1px solid #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment