-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhandbook.scss
More file actions
60 lines (56 loc) · 1.12 KB
/
handbook.scss
File metadata and controls
60 lines (56 loc) · 1.12 KB
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
/*-- scss:defaults--*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=IBM+Plex+Sans:wght@400;500&family=IBM+Plex+Serif:ital,wght@0,400;0,500;1,400&display=swap');
/*-- scss:rules --*/
p, li {
font-family: "IBM Plex Serif", serif;
white-space: inherit;
}
h1 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 24pt;
font-weight: 500;
}
h2 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18pt;
font-weight: 500;
}
h3 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 16pt;
font-weight: 500;
}
p.caption {
color: #777;
margin-top: 10px;
}
p.sourceCode, code.sourceCode, code {
font-family: "IBM Plex Mono", monospace;
font-size: 12pt;
word-break: normal;
word-wrap: normal;
white-space: inherit;
}
figure-caption {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 12pt;
font-weight: 500;
}
.book .book-header h1 {
opacity: 1;
text-align: left;
}
#header .title {
margin-bottom: 0em;
}
#header h4.author {
margin: 0;
color: #666;
}
#header h4.author em {
font-style: normal;
}
.cover {
box-shadow: 0px 0px 10px 5px #cccccc;
margin: 10px;
}