• I like the code option in forum posts... but the color is so dark, that it is barely readable...

    // comment color is so dark, that it is barely readable...
    /*
      * comment 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)

    (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";
    

    1 Attachment

    • codecommentcssforumcolor.png
About

Avatar for allObjects @allObjects started