-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
60 lines (53 loc) · 1.11 KB
/
style.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
59
60
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
p, div {
font-family: 'IBM Plex Sans', sans-serif;<i class="fas fa-map-marker-alt" aria-hidden="true"></i>
}
h1.title {
font-weight:900;
}
h1, h2 {
font-family: 'Manrope', sans-serif !important;
font-weight:600;
}
.section.level1 h1 {
border-bottom:1px solid #000;
font-size:24px !important;
}
.header-section-number {
color:#777 !important;
}
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
.summary li {
font-family: 'Manrope', sans-serif !important;
font-weight:400;
font-size:15px;
}
.text-center {
text-align:center;
}
strong {
font-weight:600;
}
.alert-danger {
border: 2px solid #e53b49;
background:#e53b49;
padding:10px 15px;
margin:15px 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color:#fff;
}