extra.css 339 B

123456789101112131415161718192021
  1. div.col-md-9 h1:first-of-type {
  2. text-align: center;
  3. font-size: 60px;
  4. font-weight: 300;
  5. }
  6. div.col-md-9 p:first-of-type {
  7. text-align: center;
  8. }
  9. div.col-md-9 p.admonition-title:first-of-type {
  10. text-align: left;
  11. }
  12. div.col-md-9 h1:first-of-type .headerlink {
  13. display: none;
  14. }
  15. code.no-highlight {
  16. color: black;
  17. }