Skip to content

Commit a1ed241

Browse files
committed
fix lack of contrast in developer console log message in light mode
1 parent 1cf3991 commit a1ed241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const config = defineConfig({
151151
'script',
152152
{ id: 'browser-console-faker' },
153153
`
154-
const logStyle = 'background: rgba(16, 183, 127, 0.14); color: rgba(255, 255, 245, 0.86); padding: 0.5rem; display: inline-block;';
154+
const logStyle = 'background: rgba(16, 183, 127, 0.14); padding: 0.5rem; display: inline-block;';
155155
console.log(\`%cIf you would like to test Faker in the browser console, you can do so using 'await enableFaker()'.
156156
If you would like to test Faker in a playground, visit https://new.fakerjs.dev.\`, logStyle);
157157
async function enableFaker() {

0 commit comments

Comments
 (0)