From eb588195de6ef6e568e5813c80fa08717c602eb2 Mon Sep 17 00:00:00 2001 From: Luis Munoz Diaz Date: Thu, 14 Dec 2023 22:02:45 -0600 Subject: [PATCH] fix #11 - merge with other plugins' CSS --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index e68f215..b93202f 100644 --- a/index.js +++ b/index.js @@ -100,6 +100,7 @@ exports.decorateConfig = (config) => { selectionColor: palette.highlightMed, borderColor: "#0000", css: ` + ${config.css || ""} .tab_text { color: ${palette.subtle} } .tab_textActive { color: ${palette.text} } `,