mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
13 lines
141 B
Stylus
13 lines
141 B
Stylus
@import "./reset";
|
|
@import "nib/vendor";
|
|
|
|
body {
|
|
padding: 2em;
|
|
}
|
|
h1 {
|
|
font-size: 2em;
|
|
margin-bottom: .5em;
|
|
}
|
|
p {
|
|
line-height: 2em;
|
|
}
|