File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,38 @@ article.primary-content blockquote strong {
304
304
font-weight: normal !important;
305
305
}
306
306
307
+ article.primary-content pre {
308
+ background-color: #212121;
309
+ }
310
+ article.primary-content code {
311
+ background-color: #E6E6E6;
312
+ color: #666666;
313
+ font-family: "Courier New";
314
+ -webkit-border-radius: 2px;
315
+ -moz-border-radius: 2px;
316
+ border-radius: 2px;
317
+ text-shadow: 0px 2px 3px #FFFFFF;
318
+ }
319
+
320
+ article.primary-content code a {
321
+ background-color: #DEE3ED;
322
+ color: #3872A3;
323
+ font-family: "Courier New";
324
+ -webkit-border-radius: 2px;
325
+ -moz-border-radius: 2px;
326
+ border-radius: 2px;
327
+ text-shadow: 0px 2px 3px #FFFFFF;
328
+ }
329
+
330
+ article.primary-content blockquote {
331
+ color: #808080;
332
+ font-style: italic;
333
+ }
334
+
335
+ article.primary-content blockquote strong {
336
+ font-weight: normal !important;
337
+ }
338
+
307
339
article.primary-content pre {
308
340
background-color: #212121;
309
341
}
You can’t perform that action at this time.
0 commit comments