Files
seedit/src/index.css
Tom (plebeius.eth) 544a4e8b54 Revert "perf: add asset preloading via css modules"
This reverts commit 6a8e46a7d7.
2025-01-04 12:20:01 +01:00

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;
}