habitica/styles/base.styl

15 lines
161 B
Stylus
Raw Normal View History

2012-04-27 02:03:01 +00:00
@import "./reset";
2012-06-25 23:56:08 +00:00
@import "./habits";
2012-04-27 02:03:01 +00:00
@import "nib/vendor";
body {
padding: 2em;
}
h1 {
font-size: 2em;
margin-bottom: .5em;
}
p {
line-height: 2em;
}