6 lines
164 B
Markdown
6 lines
164 B
Markdown
|
```
|
||
|
h2 { color: #444; font-weight: lighter; }
|
||
|
body { margin: 2em; }
|
||
|
/* plaster here */
|
||
|
body, input[text], button { color: #888; font-family: Cambria, Georgia; }
|
||
|
```
|