summaryrefslogtreecommitdiffstats
path: root/docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_content.css
blob: 9306f8b2f579bc459a0a6b5a1df06f948368c968 (plain)
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
.prose ul, .prose ol {
  margin-bottom: 2em;
}
.prose ul li, .prose  ol li {
  margin-bottom: .5em;
}
.prose li:hover {
  background-color: var(--light-gray)
}
.prose ::selection {
  background: var(--primary-color); /* WebKit/Blink Browsers */
  color: white;
}

.prose-glossary h3 {
  margin-top: 0;
  font-size: 1.125rem;
}

.prose-glossary h3:first-of-type {
  margin-top: 3em;
}

.prose-glossary h3 ~ p {
  margin: 0.5em 0 2em 0;
}

body {

line-height: 1.45;

}

p {margin-bottom: 1.3em;}

h1, h2, h3, h4 {
margin: 1.414em 0 0.5em;

line-height: 1.2;
}

h1 {
margin-top: 0;
font-size: 2.441em;
}

h2 {font-size: 1.953em;}

h3 {font-size: 1.563em;}

h4 {font-size: 1.25em;}

small, .font_small {font-size: 0.8em;}