diff --git a/options/options.js b/options/options.js index 68b58da..336c30a 100644 --- a/options/options.js +++ b/options/options.js @@ -336,7 +336,7 @@ document.addEventListener('DOMContentLoaded', async () => { const toggleBtn = document.createElement('button'); toggleBtn.type = 'button'; - toggleBtn.className = 'button is-small rule-toggle'; + toggleBtn.className = 'button is-small is-light rule-toggle'; const toggleIcon = document.createElement('img'); toggleIcon.width = 16; toggleIcon.height = 16;