File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 71
71
content : "\f078" ;
72
72
font : normal normal 20px octicons; }
73
73
74
+ table , pre {
75
+ background : # e8e8ea ;
76
+ padding : 20px ;
77
+ display : block; }
78
+
74
79
pre {
75
80
padding-top : 10px ;
76
81
padding-bottom : 10px ;
84
89
85
90
pre : before {
86
91
content : "\f0c8" ;
87
- font : normal normal 32 px octicons;
92
+ font : normal normal 22 px octicons;
88
93
float : right;
89
- font-size : 50px ;
90
94
opacity : .4 ; }
91
95
92
96
ul {
Original file line number Diff line number Diff line change 146
146
}
147
147
}
148
148
149
+ table , pre {
150
+ background : $mono-light ;
151
+ padding : 20px ;
152
+ display : block ;
153
+ }
154
+
149
155
pre {
150
156
padding-top : 10px ;
151
157
padding-bottom : 10px ;
161
167
162
168
pre :before {
163
169
content : " \f0c8 " ;
164
- font : normal normal 32 px octicons;
170
+ font : normal normal 22 px octicons;
165
171
float : right ;
166
- font-size : 50px ;
167
172
opacity : .4 ;
168
173
}
169
174
You can’t perform that action at this time.
0 commit comments