-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarkdownStyles.css
More file actions
49 lines (41 loc) · 713 Bytes
/
markdownStyles.css
File metadata and controls
49 lines (41 loc) · 713 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
body {
background: #303341;
color: #ffffff;
}
.vscode-dark a {
color: #61afef;
}
.vscode-dark h1,
.vscode-dark h2,
.vscode-dark h3,
.vscode-dark h4,
.vscode-dark h5,
.vscode-dark h6 {
font-weight: 600;
color: #964653;
}
.vscode-dark,
.vscode-dark pre code {
color: #abb2bf;
}
.vscode-dark code {
color: #90c378;
}
.vscode-dark pre:not(.hljs),
.vscode-dark code > div {
background-color: #2c323c;
}
.vscode-dark table > thead > tr > th {
border-color: #2c323c;
}
.vscode-dark h1,
.vscode-dark hr,
.vscode-dark table > tbody > tr + tr > td {
border-color: #2c323c;
}
.vscode-dark blockquote {
color: #5c6370;
font-style: italic;
background: transparent;
border-color: #2c323c;
}