We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d081bbe commit 3c1576aCopy full SHA for 3c1576a
src/scss/print.scss
@@ -3,4 +3,5 @@
3
@import 'print/cut';
4
@import 'print/note';
5
@import 'print/table';
6
-@import 'print/tabs';
+@import 'print/tabs';
7
+@import 'print/term';
src/scss/print/term.scss
@@ -0,0 +1,10 @@
1
+@media print {
2
+ .yfm {
+ .yfm-term {
+ &_title {
+ color: currentColor;
+ border-bottom: none;
+ }
8
9
10
+}
0 commit comments