custom.css 217 B

12345678910
  1. /* You can add additional CSS rules in custom.css. */
  2. /* https://github.com/mitmproxy/pdoc/tree/main/pdoc/templates */
  3. .modulename {
  4. color: rgb(41, 27, 0);
  5. }
  6. html, main {
  7. scroll-behavior: auto !important;
  8. }