add markdeep.js, some css, and reduce table font size (hard-coded in markdeep.js for now)

This commit is contained in:
Erwin Coumans
2017-12-06 22:26:07 -08:00
parent ae4bc1b3ae
commit 1661cf9189
4 changed files with 4281 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
.md table {
font-size: 6px;
}
body {
font-family: "Roboto", sans-serif;
background: #FFFDF9;
}
body, table {
font-weight: 300;
color: #555;
}
em.asterisk {
font-style: normal;
font-weight: 500;
/* color: #333; */
}