File: custom.css

package info (click to toggle)
vedo 2025.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,404 kB
  • sloc: python: 64,792; javascript: 1,932; xml: 437; sh: 139; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 217 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
/* You can add additional CSS rules in custom.css. */
/* https://github.com/mitmproxy/pdoc/tree/main/pdoc/templates */

.modulename {
    color: rgb(41, 27, 0);
}

html, main {
    scroll-behavior: auto !important;
}