View Issue Details

IDProjectCategoryView StatusLast Update
0001985Online PubsBase Definitions and Headerspublic2026-06-13 08:42
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

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-06-13 08:42 dannyniu New Issue