mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-26 14:57:38 +00:00
Merge pull request #116 from barberboy/feature/plaintext-theme
New theme: plaintext
This commit is contained in:
commit
22a94cb6a3
2 changed files with 9 additions and 1 deletions
7
themes/plaintext.css
Normal file
7
themes/plaintext.css
Normal 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;
|
||||
}
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"copyright": "Benjamin Barber"
|
||||
"copyright": "Benjamin Barber",
|
||||
"theme": "plaintext"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue