Skip to content

Commit ee9227b

Browse files
committed
add print code style
closes #748
1 parent 8ba2fd2 commit ee9227b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/official-site/highlightjs-tabler-theme.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,10 @@ pre:has(code) {
113113
box-shadow: inset -10px -10px 30px #000000af; /* Inset shadow */
114114
border-radius: .5rem;
115115
}
116+
117+
@media print {
118+
pre:has(code) {
119+
max-height: none !important;
120+
box-shadow: none !important;
121+
}
122+
}

0 commit comments

Comments
 (0)