diff options
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([ |
