-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyles.css
More file actions
61 lines (50 loc) · 926 Bytes
/
Copy pathstyles.css
File metadata and controls
61 lines (50 loc) · 926 Bytes
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
59
60
61
/* Small, stable overrides on top of Quarto's Materia theme. */
:root {
--blog-accent: #31546d;
--blog-border: #dee2e6;
}
.nav-footer {
border-top: 1px solid var(--blog-border);
}
main {
font-weight: 400;
}
.navbar,
.quarto-title-banner {
background-color: var(--blog-accent);
}
.navbar {
box-shadow: none;
}
.quarto-title-banner .code-tools-button {
color: #f1f1f1;
}
.quarto-title-banner .title {
font-weight: 300;
letter-spacing: -0.025em;
line-height: 1.15;
}
pre.sourceCode {
font-size: 0.82em;
}
.cell-output > pre > code {
font-size: 0.9em;
}
.quarto-grid-item .card-img-top {
object-fit: cover;
}
/* Used by the Quarto demonstration post. */
.layout-example {
background: #adb5bd;
color: #fff;
text-align: center;
margin-bottom: 1em;
padding-top: 1em;
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
scroll-behavior: auto !important;
}
}