mdBook/src/theme/stylus/general.styl

15 lines
158 B
Stylus
Raw Normal View History

2015-09-19 04:13:55 +08:00
html, body {
font-family: "Open Sans", sans-serif
color: #333
2015-09-19 04:13:55 +08:00
}
.left {
float: left
2015-09-19 04:13:55 +08:00
}
.right {
float: right
2015-09-19 04:13:55 +08:00
}
h2, h3 { margin-top: 2.5em }