perf: rewrite plebchan completely

This commit is contained in:
plebeius.eth
2024-02-27 17:58:08 +01:00
parent 8f1831b69f
commit c4a5cfec49
95 changed files with 2658 additions and 39527 deletions
+13
View File
@@ -0,0 +1,13 @@
html, body {
max-width: 100%;
overflow-x: hidden;
}
body {
background-color: white;
}
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;
}