Background:  I am converting my custom character sheet from legacy to CSE, including adding support for Dark Mode. I have the sheet all done, but I need help with the roll template. I am following the guidance of this page:  <a href="https://wiki.roll20.net/Character_Sheet_Development/Dark_Mode" rel="nofollow">https://wiki.roll20.net/Character_Sheet_Development/Dark_Mode</a>   I need a little more input than this example provides:    <rolltemplate class="sheet-rolltemplate-template">        <div class="template-wrapper">          <!-- Template content here -->        </div>      </rolltemplate>             .sheet-rolltemplate-template .sheet-template-wrapper .inlinerollresult{        /*Your styling here*/      }    The default output for the roll results is black font on a purple background, which is impossible to read. I have no idea how to change this.     Any help would be greatly appreciated.  -Sean