File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 262
262
263
263
@media screen and (prefers-color-scheme : dark) {
264
264
body {
265
- background : # 111 !important ;
266
- color : # c6c6c6 ;
265
+ background : # 111 !important ;
266
+ color : # c6c6c6 ;
267
267
}
268
268
div # sidebar {
269
- background : # 111 ;
270
- border-right : 1px solid # 666 ;
271
- box-shadow : 0 0 20px # 555 ;
272
- -webkit-box-shadow : 0 0 20px # 555 ;
273
- -moz-box-shadow : 0 0 20px # 555 ;
269
+ background : # 111 ;
270
+ border-right : 1px solid # 666 ;
271
+ box-shadow : 0 0 20px # 555 ;
272
+ -webkit-box-shadow : 0 0 20px # 555 ;
273
+ -moz-box-shadow : 0 0 20px # 555 ;
274
274
}
275
275
a .toc_title ,
276
276
a .toc_title : visited {
277
- color : # f4f4f4 ;
277
+ color : # f4f4f4 ;
278
278
}
279
279
a .toc_title : hover {
280
- text-decoration : underline;
280
+ text-decoration : underline;
281
281
}
282
282
.toc_section li a {
283
- text-decoration : none;
284
- color : # f4f4f4 ;
283
+ text-decoration : none;
284
+ color : # f4f4f4 ;
285
285
}
286
286
img # logo {
287
287
filter : invert (1 ) hue-rotate (180deg ) brightness (0.9 );
288
288
}
289
289
div .warning {
290
- color : # CC6060 ;
290
+ color : # CC6060 ;
291
291
}
292
292
a ,
293
293
a : visited {
294
- color : # f4f4f4 ;
294
+ color : # f4f4f4 ;
295
295
}
296
296
a : active ,
297
297
a : hover {
298
- color : # ffffff ;
298
+ color : # ffffff ;
299
299
}
300
300
table .rule {
301
- background : # 777 ;
301
+ background : # 777 ;
302
302
}
303
303
tt {
304
- background : # 444 ;
305
- border : 1px solid # 777 ;
304
+ background : # 444 ;
305
+ border : 1px solid # 777 ;
306
306
}
307
307
pre {
308
- border-left : 5px solid # aaa ;
308
+ border-left : 5px solid # aaa ;
309
309
}
310
310
}
311
311
</ style >
You can’t perform that action at this time.
0 commit comments