Files
5chan/src/index.css
T

13 lines
265 B
CSS
Raw Normal View History

2024-02-27 17:58:08 +01:00
html, body {
max-width: 100%;
overflow-x: hidden;
}
body {
background-color: white;
}
2024-02-28 21:18:37 +01:00
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, iframe {
2024-02-27 17:58:08 +01:00
margin: 0;
padding: 0;
}