Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
70 lines (65 loc) · 1.23 KB

File metadata and controls

70 lines (65 loc) · 1.23 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
68
69
70
/* This file contains the VS Code specific tweaks. They aren't part of the theme itself. */
/* Without the line numbers and the gutter, the text is too close to the edge. */
body {
padding-left: 12px;
}
/* This div shouldn't exist. */
pre > code > div {
display: inline-block;
}
/* Color adjustments for dark themes. */
body > .vs-dark {
color: #bbb;
}
.vs-dark h1,
.vs-dark h2,
.vs-dark h3,
.vs-dark h4,
.vs-dark h5,
.vs-dark h6 {
color: #eee;
}
.vs-dark h4,
.vs-dark h5,
.vs-dark h6 {
color: #bbb;
}
.vs-dark code {
color: #fff;
}
.vs-dark table > thead > tr > th {
border-color: rgba(255, 255, 255, 0.69);
}
.vs-dark hr,
.vs-dark table > tbody > tr + tr > td,
.vs-dark pre > code {
border-color: rgba(255, 255, 255, 0.18);
}
/* High Contrast: Black */
body > .hc-black,
.hc-black h1,
.hc-black h2,
.hc-black h3,
.hc-black h4,
.hc-black h5,
.hc-black h6,
.hc-black h4,
.hc-black h5,
.hc-black h6,
.hc-black code {
color: #fff;
}
.hc-black hr,
.hc-black code,
.hc-black table > thead > tr > th,
.hc-black table > tbody > tr + tr > td,
.hc-black pre > code {
border-color: #fff;
}
.hc-black code,
.hc-black blockquote {
background: transparent;
}
.hc-black blockquote {
border-bottom: 1px solid #fff;
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.