mdBook/src/theme/stylus/general.styl

13 lines
132 B
Stylus
Raw Normal View History

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