View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001985 | Online Pubs | Base Definitions and Headers | public | 2026-06-13 08:42 | 2026-06-13 08:42 |
| Reporter | dannyniu | Assigned To | |||
| Priority | low | Severity | Comment | Type | Enhancement Request |
| Status | New | Resolution | Open | ||
| Name | DannyNiu/NJF | ||||
| Organization | |||||
| User Reference | |||||
| URL | Over-all enhancement | ||||
| Section | Over-all enhancement. | ||||
| Summary | 0001985: Add a dark theme to the HTML rendition | ||||
| Description | Right 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 Action | In 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). | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-06-13 08:42 | dannyniu | New Issue |