stagit/style.css
2015-12-05 00:36:54 +01:00

24 lines
247 B
CSS

body {
font-family: sans-serif;
color: #333;
background-color: #fff;
}
h1, h2 {
vertical-align: middle;
}
h1 {
font-size: 140%;
}
hr {
color: #777;
background-color: #777;
border-top: 1px solid #777;
}
pre {
font-family: monospace;
}