27 February 26, 10:05
26.2.14
Source
More at Home Site
- Fixed horizontal rules () in the QLiteHtml preview widget always rendering with a black border in dark mode (for #3466)Code:
---- QLiteHtml's built-in master CSS uses forCode:
border-style: inset
with no color override, producing hardcoded black/gray borders regardless of the active color schemeCode:<hr>
- The rule is now injected into the HTML head alongside the existing strikeout fix, using the schema's "Horizontal rule" foreground color (Code:
hr { border-color: <color>; }
) so the rule matches the color configured in the editor's font & color settingsCode:MarkdownHighlighter::HorizontalRule
- QLiteHtml's built-in master CSS uses
Source
More at Home Site


![[-]](https://www.geeks.fyi/images/collapse.png)

