Skip to content

Commit 36d7e27

Browse files
committed
more css cleanup
1 parent 14b9d44 commit 36d7e27

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

apps/dashboard/app/globals.css

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -434,45 +434,4 @@
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
}

0 commit comments

Comments
 (0)