File tree Expand file tree Collapse file tree 1 file changed +0
-41
lines changed
Expand file tree Collapse file tree 1 file changed +0
-41
lines changed Original file line number Diff line number Diff line change 434434 .sidebar-backdrop {
435435 background-color : rgba (0 , 0 , 0 , 0.8 );
436436 }
437- }
438-
439- /* Color scheme specific improvements */
440- @media (prefers-color-scheme : dark) {
441- .sidebar-shadow {
442- box-shadow : 0 0 30px rgba (0 , 0 , 0 , 0.5 );
443- }
444- }
445-
446- @media (prefers-color-scheme : light) {
447- .sidebar-shadow {
448- box-shadow : 0 0 30px rgba (0 , 0 , 0 , 0.15 );
449- }
450- }
451-
452- /* Print styles */
453- @media print {
454- * {
455- background : transparent;
456- color : black;
457- box-shadow : none;
458- text-shadow : none;
459- }
460-
461- body {
462- font-size : 12pt ;
463- line-height : 1.5 ;
464- }
465-
466- h1 ,
467- h2 ,
468- h3 ,
469- h4 ,
470- h5 ,
471- h6 {
472- page-break-after : avoid;
473- }
474-
475- .no-print {
476- display : none;
477- }
478437}
You can’t perform that action at this time.
0 commit comments