Skip to content

Instantly share code, notes, and snippets.

@district10
Last active August 29, 2015 14:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save district10/ad8cdbf68052b70cddf0 to your computer and use it in GitHub Desktop.
Save district10/ad8cdbf68052b70cddf0 to your computer and use it in GitHub Desktop.
Gnat Posts 2014 Pandoc-Introduction .css
h1,
h2,
h3,
h4,
h5,
h6 {
color: white;
font-family: inpact;
}
h1 {
background: #887ddd;
}
h2 {
background: #019fa0;
}
h3 {
background: #009f5d;
}
h4 {
background: #8cc540;
}
h5 {
background: #8cc540;
}
h6 {
background: #f8bd0b;
}
.i-like-gist {
font-family: Verdana;
background-color: #887ddd;
}
.section {
color: black;
font-family: Cursive;
font-size: 60;
background-color: #019fa0;
}
.title {
color: white;
font-family: inpact;
font-size: 80;
font-weight: 900;
background-color: #887ddd;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment