Skip to content

Commit d4807d1

Browse files
committed
fix: Title log in console inherit to support light and dark mode
1 parent 29eb11e commit d4807d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const defaultOptions = {
1616
resultTypes: ['violations']
1717
},
1818
style: {
19-
head: 'padding:6px;font-size:20px;color:#333;font-weight:bold;',
19+
head: 'padding:6px;font-size:20px;font-weight:bold;',
2020
boldCourier: 'font-weight:bold;font-family:Courier;',
2121
moderate: 'padding:2px 4px;border-radius:5px;background-color:#FFBA52;color:#222;font-weight:normal;',
2222
critical: 'padding:2px 4px;border-radius:5px;background-color:#AD0000;color:#fff;font-weight:normal;',

0 commit comments

Comments
 (0)