NppMarkdownPanel icon indicating copy to clipboard operation
NppMarkdownPanel copied to clipboard

Dark-mode .css anchor color is ignored when rendered in Notepad++ but displayed correctly in exported HTML

Open ScienceDiscoverer opened this issue 2 years ago • 1 comments

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 avatar Sep 16 '23 03:09 ScienceDiscoverer

@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.

mohzy83 avatar Jun 24 '25 08:06 mohzy83