File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ blockquote {
134
134
# extras li {
135
135
display : flex;
136
136
flex-direction : column;
137
- list-style-type : none!important ;
137
+ list-style-type : none !important ;
138
138
padding : 0.25em ;
139
139
}
140
140
@@ -177,18 +177,15 @@ code {
177
177
tab-size : 4 ;
178
178
-moz-tab-size : 4 ;
179
179
-o-tab-size : 4 ;
180
- white-space : -moz-pre-wrap;
181
- white-space : -pre-wrap;
182
- white-space : -o-pre-wrap;
183
- white-space : pre-wrap;
184
- word-wrap : break-word;
185
180
background : var (--black );
186
181
}
187
182
188
183
pre {
189
184
padding : 0.5em ;
190
185
border-radius : 10px ;
191
186
border : 1px solid var (--theme-3-darker );
187
+ overflow : scroll;
188
+ max-height : 75vh ;
192
189
}
193
190
194
191
code {
@@ -280,6 +277,7 @@ figure {
280
277
281
278
img {
282
279
max-height : 60vh ;
280
+ max-width : 100% ;
283
281
cursor : zoom-in;
284
282
}
285
283
@@ -289,6 +287,8 @@ figure.float-left {
289
287
}
290
288
291
289
@media screen and (max-width : 800px ) {
290
+
291
+ /* don't float figures on narrow screens */
292
292
figure .float-right ,
293
293
figure .float-left {
294
294
max-width : 80% ;
@@ -331,9 +331,9 @@ del {
331
331
}
332
332
333
333
334
- /* clean up */
334
+ /* custom selection colors */
335
335
336
336
::selection {
337
337
color : black;
338
338
background-color : # ff07 ;
339
- }
339
+ }
You can’t perform that action at this time.
0 commit comments