-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquiz.css
71 lines (59 loc) · 953 Bytes
/
quiz.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
code,
tt {
padding: .2em .4em;
margin: 0;
font-size: 85%;
background-color: #1b1f230d;
border-radius: 3px;
}
code,
pre,
tt {
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
font-size: 12px;
}
details {
margin-top: 0;
margin-bottom: 16px;
display: block;
}
details summary {
cursor: pointer;
}
summary {
display: list-item;
}
h4 {
font-size: 1em;
margin-top: 24px;
margin-bottom: 16px;
font-weight: 600;
line-height: 1.25;
}
pre {
padding: 16px;
overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: #f6f8fa;
border-radius: 3px;
}
.markdown-body .highlight pre {
margin-bottom: 0;
word-break: normal;
}
.markdown-body pre {
word-wrap: normal;
}
.markdown-body .highlight {
margin-bottom: 16px;
}
.blue{
color: blue;
}
.violet{
color: violet;
}
.pink{
color : rgb(187, 103, 117);
}