-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcss-normalise-no-comments.css
More file actions
67 lines (56 loc) · 954 Bytes
/
Copy pathcss-normalise-no-comments.css
File metadata and controls
67 lines (56 loc) · 954 Bytes
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
body {
margin: 0;
padding: 0;
}
table {
border-collapse:collapse;
mso-table-lspace:0;
mso-table-rspace:0;
}
h1 {
margin:0.67em 0;
font-size:2em;
}
h2 {
margin:0.83em 0;
font-size:1.5em;
}
html[dir] h3, h3 {
margin:1em 0;
font-size:1.17em;
}
span.MsoHyperlink {
color: inherit !important;
mso-style-priority: 99 !important;
}
span.MsoHyperlinkFollowed {
color: inherit !important;
mso-style-priority: 99 !important;
}
#root [x-apple-data-detectors=true],
a[x-apple-data-detectors=true]{
color: inherit !important;
text-decoration: inherit !important;
}
u + .body a {
color: inherit;
text-decoration: none;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
}
.body {
word-wrap: normal;
word-spacing:normal;
}
div[style*="margin: 16px 0"] {
margin: 0!important;
}
#message *{
all:revert
}
[data-markjs]{
color:inherit;
padding:0;
background:none;
}