Edited:Conclusion: get a style overwriting plug-in/extension for your browser or just *right-click_inspect** and copy past the following code snippet into the console to get the job done... (for the page you are looking at)
(function(st){ var rs = document.styleSheets[0].cssRules, i = rs.length; while (i > 0) { i--; if (rs[i].selectorText == st) return rs[i]; } })("pre .com, code .com").style.color="#C797E7";
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I like the code option in forum posts... but the color is so dark, that it is barely readable...
How about to change it to, for example, #C797E7?
Some UX guru input about suitable color?
Edited: Conclusion: get a style overwriting plug-in/extension for your browser or just *right-click_inspect** and copy past the following code snippet into the console to get the job done... (for the page you are looking at)
1 Attachment