Skip to content

Commit 3c1576a

Browse files
committed
feat: add print styles for term plugin
1 parent d081bbe commit 3c1576a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

src/scss/print.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
@import 'print/cut';
44
@import 'print/note';
55
@import 'print/table';
6-
@import 'print/tabs';
6+
@import 'print/tabs';
7+
@import 'print/term';

src/scss/print/term.scss

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@media print {
2+
.yfm {
3+
.yfm-term {
4+
&_title {
5+
color: currentColor;
6+
border-bottom: none;
7+
}
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)