extra.css 201 B

12345678
  1. /* Reference: https://github.com/squidfunk/mkdocs-material/tree/master/src/assets/stylesheets */
  2. #pullquote {
  3. font-size: x-large;
  4. font-style: italic;
  5. color: gray;
  6. margin-left: 40px;
  7. }