-
Notifications
You must be signed in to change notification settings - Fork 43
/
style.css
59 lines (48 loc) · 960 Bytes
/
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
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300|Roboto+Mono');
html, body {
font-weight: 300;
}
.source {
font-size: 60%;
cursor: pointer;
color: rgb(50, 115, 220);
}
.selected-element {
margin: 20px 0;
font-weight: 300;
}
.selected-element p {
margin-bottom: 0;
}
.changed-element li {
list-style: none;
}
li.L0, li.L1, li.L2, li.L3,
li.L5, li.L6, li.L7, li.L8 {
list-style-type: decimal !important;
}
pre {
display: none;
}
pre.open {
display: block;
}
code[class*="language-"], pre[class*="language-"] {
font-family: 'Roboto Mono', monospace;
}
.token {
font-family: 'Roboto Mono', monospace;
font-size: .75rem;
height: 1rem;
line-height: 1.5;
}
.tag:not(body) {
background-color: transparent;
display: inline-block;
font-size: .75rem;
height: 1rem;
line-height: 1.5;
padding-left: 0;
padding-right: 0;
white-space: nowrap;
}