File: common.css

package info (click to toggle)
pyvesync 3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,824 kB
  • sloc: python: 15,994; makefile: 3
file content (44 lines) | stat: -rw-r--r-- 713 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.doc-label-async code {
    color: #fc7676;
    font-style: italic;
}

.md-typeset a.toc-permalink {
    font-size: 0.6em;
    color: #97bbff86;
    padding-left: 3px;
}

:root  > * {
    --md-primary-fg-color:        #002c5b;
  }

.md-header__button.md-logo img, .md-header__button.md-logo svg {
    fill: #00c1bc;
}
/*
 Heading Styles */

.md-typeset h5 .doc-object-name {
    text-transform: none !important;
}

/* .md-typeset h3.doc-heading {
    font-size:1.2em;
}

.md-typeset h4.doc-heading {
    font-size:1.17em;
}

.md-typeset h5.doc-heading {
    font-size:1.0em;
} */

.doc-labels .doc-label-instance-attribute code {
    color: #70d381;
}

.doc-labels .doc-label-property code {
    color: #d39977;
}