Skip to content

Instantly share code, notes, and snippets.

@aziz
Created August 17, 2016 20:09
Show Gist options
  • Save aziz/a9d6f8ae5f1e3b4bcafeba6b45302749 to your computer and use it in GitHub Desktop.
Save aziz/a9d6f8ae5f1e3b4bcafeba6b45302749 to your computer and use it in GitHub Desktop.
# This is a markdown doument
The color scheme is bluish.
```css
html {
background-color: #00161B;
font-family: "consolas";
color: #F8F8F8;
padding: 0;
}
body {
background-color: #00161B;
font-family: "consolas";
padding: 0.2em;
}
a {
color: #4DD2FF;
font-family: "consolas";
}
.error, .deleted {
color: #D8290D;
font-family: "consolas";
}
.success, .inserted {
color: #4EE161;
font-family: "consolas";
}
.warning, .modified {
color: #FFDD33;
font-family: "consolas";
}
.definitions {
font-family: "consolas";
font-size: 13px;
color: #CCB3FF;
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment