I'm making a game and I added some debugging messages with console.debug()
but I noticed they were showing blue:
The code was the following:
console.debug('Reduced bounce on body because difficulty is on', difficulty);
I didn't add any styles to the message, it's something that Chrome did.
Chrome version 103.0.5060.114 (Official Build) (x86_64)
, on macOS