File: p3dc.css

package info (click to toggle)
python-discogs-client 2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 572 kB
  • sloc: python: 1,719; sh: 83; makefile: 18
file content (11 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
html {
    --pst-font-size-base: 14px;
    --pst-header-height: 5rem;
}

@media (prefers-reduced-motion) {
    .bd-sidebar-primary, .bd-sidebar-secondary {
        transition-duration: 0s;
    }
}