File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -136,13 +136,22 @@ h5 {
136
136
}
137
137
blockquote {
138
138
border-left : 4px solid # e67e22 ;
139
- color : # 666666 ;
140
- line-height : 1.7em ;
141
- margin : 5px 40px ;
142
- padding-left : 8px ;
139
+ color : rgb (0 , 0 , 0 );
140
+ line-height : inherit;
141
+ padding : 15px 15px 15px 1rem ;
142
+ border-left : 3px solid # dbdbdb ;
143
+ border-left-width : 5px ;
144
+ border-left-color : rgb (239 , 112 , 96 );
145
+ background : rgb (239 , 235 , 233 );
146
+ overflow : auto;
147
+ word-break : normal;
143
148
margin-inline-start : auto;
144
149
margin-inline-end : auto;
145
150
}
151
+ blockquote p {
152
+ margin : 0 ;
153
+ padding : 0 ;
154
+ }
146
155
svg {
147
156
font-family : Aleo, sans-serif;
148
157
}
@@ -182,10 +191,10 @@ pre,code {
182
191
pre {
183
192
color : # 333 ;
184
193
width : 98% ;
185
- padding : 5 px 5px 10px 5 px ;
194
+ padding : 10 px 5px 10px 10 px ;
186
195
margin : 15px 0 ;
187
196
display : block;
188
- line-height : 18 px ;
197
+ line-height : 20 px ;
189
198
background : # F0F0F0 ;
190
199
border-radius : 3px ;
191
200
border : 1px solid # ddd ;
You can’t perform that action at this time.
0 commit comments