Merge pull request #116 from barberboy/feature/plaintext-theme

New theme: plaintext
This commit is contained in:
Remy Sharp 2011-12-28 06:45:50 -08:00
commit 22a94cb6a3
2 changed files with 9 additions and 1 deletions

7
themes/plaintext.css Normal file
View file

@ -0,0 +1,7 @@
@import url(http://fonts.googleapis.com/css?family=Inconsolata);
body {
max-width: 625px;
}
body, h1, h2, h3, h4, h5, h6 {
font: normal 15px Inconsolata, Consolas, monospace;
}

View file

@ -1,3 +1,4 @@
{
"copyright": "Benjamin Barber"
"copyright": "Benjamin Barber",
"theme": "plaintext"
}