-
Notifications
You must be signed in to change notification settings - Fork 0
/
RwithSLING.scss
54 lines (40 loc) · 972 Bytes
/
RwithSLING.scss
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
/*-- scss:defaults --*/
/*-- based on R4DS book --*/
$primary: #2d96a6 !default;
/*-- scss:rules --*/
.sidebar-title {
color: #2d96a6;
}
img.quarto-cover-image {
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
/* status box styling */
.status {
border: 2px solid #2d96a6;
padding: 1em;
margin-bottom: 1em;
}
.status p {
margin-bottom: 0;
}
/* Headings ------------------------------------------------------ */
h2 {
margin-top: 2rem;
margin-bottom: 1rem;
font-size: 1.5rem;
}
h3 { margin-top: 1.5em; font-size: 1.2rem; }
h4 { margin-top: 1.5em; font-size: 1.1rem; }
h5 { margin-top: 1.5em; font-size: 1rem; }
h1, h2, h3, h4, h5 {
line-height: 1.3;
}
.quarto-section-identifier {
color: #67747a;
font-weight: normal;
}
/* Code ------------------------------------------------ */
$code-color: #54585c !default;
pre {
background-image: linear-gradient(160deg,#f8f8f8 0,#f1f1f1 100%);
}