File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ hr {
2
+ border-bottom : 3px solid Black;
3
+ }
4
+
1
5
.markdown-body .octicon {
2
6
display : inline-block;
3
7
fill : currentColor;
71
75
72
76
.markdown-body a {
73
77
background-color : initial;
78
+ color : Maroon;
74
79
}
75
80
76
81
.markdown-body a : active ,
93
98
}
94
99
95
100
.markdown-body code ,
96
- .markdown-body kbd ,
101
+ .markdown-body kbd
102
+ {
103
+ font-family : monospace;
104
+ font-size : 1em ;
105
+ }
106
+
97
107
.markdown-body pre {
98
108
font-family : monospace;
99
109
font-size : 1em ;
110
+ border-left : 2px solid Orange;
100
111
}
101
112
102
113
.markdown-body hr {
170
181
padding : 0 ;
171
182
}
172
183
184
+ .markdown-body th {
185
+ color : White;
186
+ background-color : Black;
187
+ }
188
+
173
189
.markdown-body details summary {
174
190
cursor : pointer;
175
191
}
195
211
.markdown-body h6 {
196
212
margin-top : 0 ;
197
213
margin-bottom : 0 ;
214
+ border-bottom : 1px solid LightGray;
198
215
}
199
216
200
217
.markdown-body h1 {
You can’t perform that action at this time.
0 commit comments