habitica/styles/base.styl

17 lines
348 B
Stylus
Raw Normal View History

2012-04-27 02:03:01 +00:00
@import "./reset";
@import "nib/vendor";
body {
padding: 2em;
// I am getting really frustrated that I can't override base bootstrap styles :(
// is there a fix?
font-family: 'Lato', sans-serif !important; // remember to remove !important once shenanigans solved
2012-04-27 02:03:01 +00:00
}
h1 {
font-size: 2em;
margin-bottom: .5em;
}
p {
line-height: 2em;
}