-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
58 lines (48 loc) · 918 Bytes
/
styles.css
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
54
55
56
57
58
.cell {
margin-bottom: 1rem;
}
.cell > .sourceCode {
margin-bottom: 0;
}
.cell-output > pre {
margin-bottom: 0;
}
.cell-output > pre, .cell-output > .sourceCode > pre, .cell-output-stdout > pre {
margin-left: 0.8rem;
margin-top: 0;
background: none;
border-left: 2px solid lightsalmon;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.cell-output > .sourceCode {
border: none;
}
.cell-output > .sourceCode {
background: none;
margin-top: 0;
}
div.description {
padding-left: 2px;
padding-top: 5px;
font-style: italic;
font-size: 135%;
opacity: 70%;
}
/* show_doc signature */
blockquote > pre {
font-size: 14px;
color:#fff;
}
.table {
font-size: 16px;
/* disable striped tables */
--bs-table-striped-bg: var(--bs-table-bg);
}
.quarto-figure-center > figure > figcaption {
text-align: center;
}
.figure-caption {
font-size: 75%;
font-style: italic;
}