cs371.css 253 B

123456789101112131415161718192021
  1. .md table {
  2. font-size: 6px;
  3. }
  4. body {
  5. font-family: "Roboto", sans-serif;
  6. background: #FFFDF9;
  7. }
  8. body, table {
  9. font-weight: 300;
  10. color: #555;
  11. }
  12. em.asterisk {
  13. font-style: normal;
  14. font-weight: 500;
  15. /* color: #333; */
  16. }