-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcustom.css
More file actions
60 lines (50 loc) · 1.08 KB
/
Copy pathcustom.css
File metadata and controls
60 lines (50 loc) · 1.08 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
.home-card-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.home-card-grid li {
text-align: center;
}
.home-card-icon {
display: block;
margin: 0 auto 0.75rem;
width: 44px;
height: 44px;
}
.home-card-title,
.home-card-title:hover,
.home-card-title:focus,
.home-card-title:focus-visible,
.home-card-title:visited {
color: inherit !important;
text-decoration: none !important;
font-size: 1.15em;
}
pre,
li pre {
padding-left: 0;
}
.md-typeset dl.cli-reference {
margin: 0.75rem 0 1.25rem;
}
.md-typeset dl.cli-reference dt {
margin: 0.85rem 0 0;
font-weight: 500;
}
.md-typeset dl.cli-reference dd {
margin: 0.2rem 0 0.75rem 1.5rem;
}
.md-typeset dl.cli-reference dd p {
margin: 0;
}
.md-typeset dl.cli-reference dd p + p {
margin-top: 0.25rem;
color: var(--md-default-fg-color--light);
}
.md-typeset dl.cli-reference dt a,
.md-typeset dl.cli-reference dt a:hover,
.md-typeset dl.cli-reference dt a:focus,
.md-typeset dl.cli-reference dt a:visited {
color: inherit;
text-decoration: none;
border-bottom: 0;
}