Add some basic styles

This commit is contained in:
2020-11-16 17:02:31 +01:00
parent a604018249
commit 6614f14d8a
11 changed files with 180 additions and 27 deletions

View File

@@ -0,0 +1,13 @@
html, body, h1, h2, h3, h4, h5, h6, p, pre, a, dl, dt, dd, ol, ul, li {
font-size: 100%;
vertical-align: baseline;
background: transparent;
box-sizing: border-box;
overflow: visible;
margin: 0;
padding: 0;
}
body {
line-height: 1;
}