File: custom.css

package info (click to toggle)
plover 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,356 kB
  • sloc: python: 21,589; sh: 682; ansic: 25; makefile: 11
file content (53 lines) | stat: -rw-r--r-- 842 bytes parent folder | download | duplicates (2)
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
45
46
47
48
49
50
51
52
53
@import url(https://fonts.googleapis.com/css2?family=Patua+One&family=JetBrains+Mono:wght@400;700&display=swap);

h1,
h2,
h3,
h4,
.sidebar-brand-text {
  font-family: var(--font-stack--header);
  font-weight: normal;
}

.sidebar-brand {
  text-align: center;
}

.sidebar-brand:hover {
  color: var(--color-sidebar-brand-text--hover);
}

.toctree-wrapper.compound > p.caption {
  display: none;
}

.toctree-l1 {
  margin: 12px;
}

.toctree-l2 {
  margin: 4px;
}

h3 {
  margin-top: 12px;
}

a.headerlink {
  font-family: var(--font-stack);
  font-size: 75%;
}

#furo-readthedocs-versions,
.rst-versions {
  font-family: var(--font-stack);
}

.rst-versions .rst-current-version,
#furo-readthedocs-versions .rst-current-version .fa-book {
  color: var(--color-sidebar-link-text--top-level);
}

figcaption .caption-text {
  font-style: italic;
}