View Issue Details

IDProjectCategoryView StatusLast Update
0001985Online PubsBase Definitions and Headerspublic2026-06-16 19:46
Reporterdannyniu Assigned To 
PrioritylowSeverityCommentTypeEnhancement Request
Status NewResolutionOpen 
NameDannyNiu/NJF
Organization
User Reference
URLOver-all enhancement
SectionOver-all enhancement.
Summary0001985: Add a dark theme to the HTML rendition
DescriptionRight now, there's only a light theme of the HTML rendition, which has a bright background.

This may cause eye sore for some readers, who switches back and forth between their IDE and the standard text.
Desired ActionIn our build script, insert a meta element tag:

```
 <meta name="color-scheme" content="light dark"/>
```

In the default "style.css", change the text colors (the "color:" CSS property) so that RGB components are on average between 0x70-0x90, and that maximum and minimum are between 0x30-0xD0. (My personal heuristic while designing web pages, and of course, there could be better settings).
TagsNo tags attached.

Activities

msbrown

2026-06-16 19:46

manager   bugnote:0007441

There is actually a "Dark Theme" plugin I can try, which can be turned on/off in Account Preferences once I get it installed. will discuss at next meeting.

Issue History

Date Modified Username Field Change
2026-06-13 08:42 dannyniu New Issue
2026-06-16 19:46 msbrown Note Added: 0007441