Skip to content

Commit cb2bf6b

Browse files
Styles
1 parent 5fe9887 commit cb2bf6b

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

styles_chris.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
article.primary-content code {
2+
background-color: #E6E6E6;
3+
color: #666666;
4+
font-family: "Courier New";
5+
-webkit-border-radius: 2px;
6+
-moz-border-radius: 2px;
7+
border-radius: 2px;
8+
text-shadow: 0px 2px 3px #FFFFFF;
9+
}
10+
11+
article.primary-content code a {
12+
background-color: #DEE3ED;
13+
color: #3872A3;
14+
font-family: "Courier New";
15+
-webkit-border-radius: 2px;
16+
-moz-border-radius: 2px;
17+
border-radius: 2px;
18+
text-shadow: 0px 2px 3px #FFFFFF;
19+
}
20+
21+
article.primary-content blockquote {
22+
color: #808080;
23+
font-style: italic;
24+
}
25+
26+
article.primary-content blockquote strong {
27+
font-weight: normal !important;
28+
}
29+
30+
article.primary-content pre {
31+
background-color: #212121;
32+
}

0 commit comments

Comments
 (0)