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
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
+ }
You can’t perform that action at this time.
0 commit comments