diff options
| author | kj_sh604 | 2026-02-14 13:34:36 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-14 13:34:36 -0500 |
| commit | 0e2e5d139af7bd7f429658e43ef5f6e840b9459f (patch) | |
| tree | 63b817109bd07a634c0ee016ce64f96665b57c1f /accessibility.js | |
| parent | fd8a1d655063f524a7ef361c28d635cfd71c56cf (diff) | |
refactor: accessibility.js
Diffstat (limited to 'accessibility.js')
| -rw-r--r-- | accessibility.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility.js b/accessibility.js index 5fb3f8f..1a41123 100644 --- a/accessibility.js +++ b/accessibility.js @@ -3,7 +3,7 @@ const chalk = require('chalk') const puppeteer = require('puppeteer') const check = async (browser, theme) => { - console.log(chalk`{bold Checking {blue ${theme}} theme...}`) + console.log(chalk`{bold Checking {grey ${theme}} theme...}`) const page = await browser.newPage() page.emulateMediaFeatures([ |
