-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.css
81 lines (55 loc) · 1.3 KB
/
index.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.readme .markdown-body {
width: 100%;
max-width: 1200px;
padding: 16px;
overflow-x: hidden;
line-height: 1.5;
background-color: #fff;
}
.readme .markdown-body ::v-deep h1 {
text-align: center;
}
.readme .markdown-body ::v-deep > section > p:nth-child(2) {
display: flex;
flex: 1 1 100%;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
min-height: 36px;
padding: 6px 12px;
overflow-x: auto;
font-size: 0;
background-color: rgba( 220, 230, 240, .63 );
border-radius: 5px;
}
.readme .markdown-body ::v-deep > section > p >br {
display: none;
}
.readme .markdown-body ::v-deep a {
display: inline-block;
margin: 2px 1px;
}
.readme .markdown-body ::v-deep blockquote {
margin: 1rem auto;
padding: 4px 0 4px 1.5rem;
color: #819198;
border-left: .3rem solid #dce6f0;
}
.readme .markdown-body ::v-deep blockquote p {
margin: 0;
}
.readme .markdown-body ::v-deep code {
display: inline-block;
padding: 0 3px;
overflow-y: hidden;
vertical-align: middle;
background-color: #dce6f0;
border-radius: 6px;
}
.readme .markdown-body ::v-deep pre code {
display: block;
padding: .5em;
overflow-x: auto;
vertical-align: inherit;
background-color: #f8f8f8;
}