mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 13:09:41 +00:00
18 lines
240 B
Stylus
18 lines
240 B
Stylus
body {
|
|
background: #fff;
|
|
color: #000;
|
|
}
|
|
body,fieldset,form,h1,h2,h3,h4,li,ol,p,td,th,ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
ul {
|
|
margin: 0 normal;
|
|
}
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
fieldset,img {
|
|
border: 0;
|
|
}
|