add markdeep.js, some css, and reduce table font size (hard-coded in markdeep.js for now)
This commit is contained in:
21
docs/pybullet_quickstart_guide/cs371.css
Normal file
21
docs/pybullet_quickstart_guide/cs371.css
Normal 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; */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user