-
Notifications
You must be signed in to change notification settings - Fork 1
/
dev-to-style.less
61 lines (53 loc) · 1.02 KB
/
dev-to-style.less
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
#devto {
font-family: Palatino Linotype;
font-size: 21px;
line-height: 32px;
color: #0a0a0a;
p {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0;
margin-inline-end: 0;
}
h2 {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 1.7em;
font-weight: 400;
line-height: 1.14em;
}
h3 {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 1.32em;
font-weight: 400;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
max-width: calc(100% + 12px);
}
li {
margin: .3em auto;
}
blockquote {
margin: .95em 0;
font-size: .92em;
line-height: 1.4em;
color: #29292e;
background: #fff;
padding: .1% 6% .1% 4%;
}
code {
color: #f92671;
background: #f9f9fa;
padding: .1em .3em 0;
font-size: .84em;
line-height: 1.6em;
}
pre {
background: #29292e;
color: #eff0f9;
font-size: .64em !important;
}
}