mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
16 lines
348 B
Stylus
16 lines
348 B
Stylus
@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
|
|
}
|
|
h1 {
|
|
font-size: 2em;
|
|
margin-bottom: .5em;
|
|
}
|
|
p {
|
|
line-height: 2em;
|
|
}
|