habitica-self-host/styles/base.styl

14 lines
141 B
Stylus
Raw Normal View History

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