mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-01 10:35:48 +00:00
added hipster-gray theme to the readme; minor css-fixes
This commit is contained in:
parent
68ff066b97
commit
fac37c019c
2 changed files with 5 additions and 5 deletions
|
|
@ -151,6 +151,7 @@ Current available themes:
|
|||
* cherry - [preview](http://jsbin.com/ufefid/5/) (by [@mustafa-x](https://github.com/mustafa-x))
|
||||
* white cherry - [preview](http://jsbin.com/uzezas/2/) (by [@mustafa-x](https://github.com/mustafa-x))
|
||||
* blackwood - [preview](http://jsbin.com/uzezas/) (by [@mustafa-x](https://github.com/mustafa-x))
|
||||
* hipster-gray - [preview](http://jsbin.com/ivufon/7) (by [@noformnocontent](https://github.com/noformnocontent))
|
||||
|
||||
|
||||
## Formats & URLs
|
||||
|
|
|
|||
|
|
@ -9,12 +9,11 @@ body {
|
|||
font-family: Merriweather, "Palatino Linotype", Georgia, serif;
|
||||
font-size: 21pt;
|
||||
line-height: 170%;
|
||||
text-rendering:optimizeLegibility;
|
||||
-webkit-font-smoothing:antialiased;
|
||||
font-smoothing:antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-smoothing: antialiased;
|
||||
border: 20pt solid #aaa;
|
||||
overflow-y: auto;
|
||||
|
||||
}
|
||||
a:link, a:visited {
|
||||
color: #000;
|
||||
|
|
@ -26,7 +25,6 @@ a:hover, a:focus, a:active {
|
|||
text-decoration: none;
|
||||
}
|
||||
h1 {
|
||||
font-family: Merriweather, "Palatino Linotype", Georgia, serif;
|
||||
font-size: 64pt;
|
||||
font-weight: 400;
|
||||
line-height: 100%;
|
||||
|
|
@ -63,6 +61,7 @@ footer {
|
|||
padding-top: 0;
|
||||
font-size: 14pt;
|
||||
line-height: 100%;
|
||||
margin-top: -1pt;
|
||||
}
|
||||
footer p {
|
||||
background: url("hipster-gray-octocat.png") 0 0 no-repeat;
|
||||
|
|
|
|||
Loading…
Reference in a new issue