fix base css

This commit is contained in:
Tamius Han 2020-12-16 01:36:00 +01:00
parent 55b6ca7392
commit 9fb9667dba

View File

@ -17,6 +17,7 @@
height: 100%;
top: 0;
left: 0;
font-size: 16px;
// Ensure we're display:block
display: block;
@ -24,4 +25,23 @@
// we are click-through by default:
pointer-events: none;
// defaults for some common elements:
p,h1,h2,h3,h4,h5,h6 {
display: block;
}
h1,h2,h3,h4,h5,h6,b {
font-weight: bold;
}
h1 {
font-size: 2em;
margin: .67em 0;
}
h2 {
font-size: 1.69em;
margin: .75em 0;
}
h3: {
font-size: 1.3em;
margin: .83em 0;
}
}