An interim idea to bring more dark to the docs with different font.
Process:
- In Firefox web browser address bar navigate to: "about:support"
- Look for label "Profile Folder", and click on the corresponding "Open Folder" button.
- Drill-down / Open sub-folder called Chrome.
- Create file here called: userContent.css
Content of file:
@-moz-document domain(docs.intersystems.com) {
:root {
--iscbluelightest:#0c0405 !important;
--iscbluelight:#91331f !important;
--iscblue:#ccc96a !important;
--iscbluedark:#c6bbb1 !important;
--iscbluedarker:#dddacc !important;
--iscbluedarkest:#e5e3d8 !


