-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarkdown.css
More file actions
43 lines (36 loc) · 864 Bytes
/
markdown.css
File metadata and controls
43 lines (36 loc) · 864 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
.hljs {
display: block;
overflow-x: auto;
color: #252523;
padding: 0.5em;
border: 1px solid #aaa;
background-color: #efefef;
border-radius: 10px;
margin-left: 1em;
margin-right: 1em;
}
blockquote {
padding-left: 1em;
margin: 1em 1em;
border-left: 4px solid #aaaaff;
background-color: #f7f7f7;
word-break: break-word;
color:#2f2f2f;
line-height:2em;
}
table
{
border-collapse: collapse;
border-bottom: 2pt solid #000;
border-top: 2pt solid #000; /* The caption on top will not have a bottom-border */
margin-left: 1em;
}
thead /* Entire table header */
{
border-bottom: 1pt solid #000;
background-color: #eee; /* Does this BG print well? */
}
th /* Table header cells */
{
font-weight: bold;
}