File: extra.css

package info (click to toggle)
universal-pathlib 0.3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,656 kB
  • sloc: python: 20,552; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 225 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
:root {
    --md-primary-fg-color: #4361EE;
    scrollbar-gutter: stable;
    overflow-y: scroll;
}

.md-typeset table:not([class]) th:not(:first-child) {
   min-width: 1em;
   padding-left: 0.8em;
   padding-right: 0.8em;
}