stagit/style.css

24 lines
247 B
CSS
Raw Normal View History

2015-12-04 15:58:04 +00:00
body {
font-family: sans-serif;
2015-12-04 23:36:54 +00:00
color: #333;
background-color: #fff;
2015-12-04 15:58:04 +00:00
}
2015-12-04 23:36:54 +00:00
h1, h2 {
2015-12-04 15:58:04 +00:00
vertical-align: middle;
}
2015-12-04 23:36:54 +00:00
h1 {
font-size: 140%;
2015-12-04 15:58:04 +00:00
}
hr {
2015-12-04 23:36:54 +00:00
color: #777;
background-color: #777;
border-top: 1px solid #777;
2015-12-04 15:58:04 +00:00
}
pre {
font-family: monospace;
}