File: style.css

package info (click to toggle)
pooch 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 988 kB
  • sloc: python: 2,672; makefile: 93
file content (35 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (3)
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
span.project-version {
  color: #999999;
  font-size: 0.8em;
  font-weight: 600;
  margin-left: 5px;
}

.table td {
  padding: 0.5rem;
}

.table td  p {
  margin-bottom: 0 !important;
}

.py-obj {
  margin-right: 0.15rem;
}

.lead {
  font-size: 1.5rem;
}

.front-page-callout {
  margin-bottom: 4rem;
}

.text-large {
  font-size: 1.35rem;
}

/* Overwrite the main link definition in the book-theme for button links */
main.bd-content #main-content a.btn:hover {
  color: white;
}