-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorgmodestylesheet.css
More file actions
85 lines (68 loc) · 1.26 KB
/
Copy pathorgmodestylesheet.css
File metadata and controls
85 lines (68 loc) · 1.26 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
@import url('https://cdn.rawgit.com/lonekorean/gist-syntax-themes/b737b139/stylesheets/tomorrow-night.css');
body {
background-color: #E5EBF2;
color: #333333;
font-variant-ligatures: normal;
font-size: 14px;
}
#content {
background-color: #E5EBF2;
max-width: none;
}
#table-of-contents {
background: #273647;
}
#table-of-contents h2 {
background: linear-gradient(to bottom right, #6C7AFF 0%, #00B5FF 100%);
}
#postamble {
background: #212B37;
border-top: none;
}
h1, h5, h6 {
color: #33485F;
}
h2, h3, h4 {
color: #44BFA3;
}
h2 {
font-size: 32px;
padding-bottom: 10px;
}
h3 {
font-size: 28px;
padding-bottom: 10px;
}
h4 {
font-size: 24px;
padding-bottom: 5px;
}
h5 {
padding-top: 2px;
padding-bottom: 2px;
font-size: 18px;
}
body .gist {
box-shadow: 7px 7px 20px grey;
margin-bottom: 20px;
}
body .gist .blob-num {
pointer-events: none;
border: none;
}
body .gist .gist-meta {
display: none;
}
body .gist .gist-file .gist-data .blob-code-inner {
font-family: 'Fira Code';
font-size: 14px;
}
body .gist .gist-data {
border: none;
background-color: transparent;
}
body .gist .gist-file {
margin-bottom: 0;
border: none;
border-radius: 0;
}