JabRef / jabref

Graphical Java application for managing BibTeX and biblatex (.bib) databases
https://devdocs.jabref.org
MIT License
3.52k stars 2.47k forks source link

Black text in Dark mode inside "Citation information" #11512

Closed InAnYan closed 3 weeks ago

InAnYan commented 1 month ago

JabRef version

5.15 (latest release)

Operating system

Windows

Details on version and operating system

No response

Checked with the latest development build (copy version output from About dialog)

Steps to reproduce the behaviour

  1. Set theme to "Dark".
  2. Select a bib entry.
  3. Open "Citation information" tab

изображение

Appendix

No response

InAnYan commented 1 month ago

I wonder, what is the CSS class for text color?

I couldn't find it neither in Base.css, nor in Dark.css.

Then, how Dark.css make some text white?

InAnYan commented 1 month ago

To anyone who will try to solve this issue, here is a little hint:

Try to determine, when text is colored properly and when it's not

ankur-kalita commented 1 month ago

Hi @InAnYan @Siedlerchr ,

I'd like to work on this issue. Could you please assign it to me?

github-actions[bot] commented 1 month ago

Welcome to the vibrant world of open-source development with JabRef!

Newcomers, we're excited to have you on board. Start by exploring our Contributing guidelines, and don't forget to check out our workspace setup guidelines to get started smoothly.

Having any questions or issues? Feel free to ask here on GitHub. Need help setting up your local workspace? Join the conversation on JabRef's Gitter chat. And don't hesitate to open a (draft) pull request early on to show the direction it is heading towards. This way, you will receive valuable feedback.

Happy coding! 🚀

shivenducs1136 commented 3 weeks ago

Hi @InAnYan,

This pull request is related to issue #11578.

I've implemented the requested changes and would appreciate your review.

Thank you!