Skip to content

Commit 08c98b6

Browse files
author
Jason Walsh
committed
Inlining styles from @christophermllr
1 parent 040c457 commit 08c98b6

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

entries2html.xsl

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,38 @@ article.primary-content blockquote strong {
304304
font-weight: normal !important;
305305
}
306306

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+
307339
article.primary-content pre {
308340
background-color: #212121;
309341
}

0 commit comments

Comments
 (0)