Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ScienceDiscoverer opened this issue Sep 16, 2023 · 0 comments

Comments

@ScienceDiscoverer
Copy link

ScienceDiscoverer commented Sep 16, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant