Files
habitica/styles/base.styl
T
Tyler Renelle 400ac40212 Add habits.styl
2012-06-25 19:56:08 -04:00

15 lines
161 B
Stylus

@import "./reset";
@import "./habits";
@import "nib/vendor";
body {
padding: 2em;
}
h1 {
font-size: 2em;
margin-bottom: .5em;
}
p {
line-height: 2em;
}