mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
14 lines
141 B
Stylus
14 lines
141 B
Stylus
|
|
@import "./reset";
|
||
|
|
@import "nib/vendor";
|
||
|
|
|
||
|
|
body {
|
||
|
|
padding: 2em;
|
||
|
|
}
|
||
|
|
h1 {
|
||
|
|
font-size: 2em;
|
||
|
|
margin-bottom: .5em;
|
||
|
|
}
|
||
|
|
p {
|
||
|
|
line-height: 2em;
|
||
|
|
}
|