NppMarkdownPanel
NppMarkdownPanel copied to clipboard
Dark-mode .css anchor color is ignored when rendered in Notepad++ but displayed correctly in exported HTML
All links in dark mode are displayed the same colour as normal text (white). The style-dark.css style is ignored by the renderer.
To test this, I changed style-dark.css like this:
a {
/*color: #BE7C3B;*/
color: red !important;
text-decoration: none;
}
However, all links rendered in Notepad++ window are still white, same as all the normal text. When I export HTML and view it in Firefox, the links are correctly rendered as red colour.
Plugin v0.7.3.0 Notepad++ v8.5.4
@ScienceDiscoverer plz check if the new version 0.9.0 resolves your issue https://github.com/mohzy83/NppMarkdownPanel/releases/tag/0.9.0 You have to use Webview2 as renderer.