Skip to main content
Participating Frequently
January 20, 2017
Question

changing the main.less file

  • January 20, 2017
  • 2 replies
  • 1093 views

I am using the light interface with the light theme the default coloration when you click on a tag it goes to white text on a light green background.

anyone know which tag or selector controls that coloration?  Totally unreadable and I dont' want to use the dark backgrounds

TIA - Greg

    This topic has been closed for replies.

    2 replies

    Nancy OShea
    Community Expert
    Community Expert
    January 20, 2017

    At the very bottom of main.LESS file, add the following code.

    /**add custom overrides below this line**/

    EDIT:

    Re: Enable code coloring in Dreamweaver CC 2017

    .codeMirror-matching-tag

    .CodeMirror-matchingtag {

         color: white !important;

         background-color: navy !important;

    }

    Adjust color values to suit.

    Save main.LESS file.

    Nancy

    Nancy O'Shea— Product User & Community Expert
    pziecina
    Legend
    January 20, 2017