mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 22:20:12 +00:00
22 lines
253 B
CSS
22 lines
253 B
CSS
.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; */
|
|
}
|
|
|