Skip to content

Commit 28a0674

Browse files
author
Luis Munoz Diaz
authored
fix #11 - merge with other plugins' CSS (#12)
1 parent 527a43b commit 28a0674

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ exports.decorateConfig = (config) => {
100100
selectionColor: palette.highlightMed,
101101
borderColor: "#0000",
102102
css: `
103+
${config.css || ""}
103104
.tab_text { color: ${palette.subtle} }
104105
.tab_textActive { color: ${palette.text} }
105106
`,

0 commit comments

Comments
 (0)