File: custom.css

package info (click to toggle)
python-google-auth 2.28.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,944 kB
  • sloc: python: 27,171; sh: 80; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono');

@media screen and (min-width: 1080px) {
    div.document {
        width: 1040px;
    }
}

code.descname {
    color: #4885ed;
}

th.field-name {
    min-width: 100px;
    color: #3cba54;
}