8 lines
241 B
CSS
8 lines
241 B
CSS
/* #docplaster */
|
|
/* #docregion */
|
|
h2 { color: #444; font-weight: lighter; }
|
|
body { margin: 2em; }
|
|
body, input[text], button { color: #888; font-family: Cambria, Georgia; }
|
|
button { padding: 0.2em; font-size: 14px}
|
|
* { font-family: Arial; }
|