From 0e2e5d139af7bd7f429658e43ef5f6e840b9459f Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sat, 14 Feb 2026 13:34:36 -0500 Subject: refactor: accessibility.js --- accessibility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accessibility.js') 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([ -- cgit v1.2.3