mirror of
https://github.com/plebbit/seedit.git
synced 2026-02-15 08:21:19 -05:00
13 lines
253 B
CSS
13 lines
253 B
CSS
html, body {
|
|
max-width: 100%;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
body {
|
|
background-color: var(--background);
|
|
}
|
|
|
|
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
|
|
margin: 0;
|
|
padding: 0;
|
|
} |