- Joined
- Mar 9, 2019
- Messages
- 7
So I was checking out some Mangadex features that I have never tried and I found this bug.
Step to reproduce:
- Login to Mangadex.
- Change theme to Abyss.
- Open social page (https://mangadex.org/social).
- Make sure you have friend request.
- You can see the user link is invisible.
- But if you will know there is a user link when you block or hover it.
Current result:
- The link is invisible.
Expected result:
- The link should be seen.
Tested in:
- Firefox Desktop 75.0 64bit on Ubuntu 18.04.4 LTS.
- Chrome Desktop 81.0.4044.113 64-bit on Ubuntu 18.04.4 LTS.
- Firefox Android 68.7.0 on Android 9.
Possible cause:
I inspect and see that the color of the link is hardcoded using inline styling.
And it looks like because the color of the link is hardcoded, so the link color remains black in other themes. I use Dark theme for another example below.
I can help fix this bug because I have experience in web developing for more than five years and maybe I can help fix this using css variable for theming in Mangadex or other bug problem in Mangadex website.
Step to reproduce:
- Login to Mangadex.
- Change theme to Abyss.
- Open social page (https://mangadex.org/social).
- Make sure you have friend request.
- You can see the user link is invisible.

- But if you will know there is a user link when you block or hover it.


Current result:
- The link is invisible.
Expected result:
- The link should be seen.
Tested in:
- Firefox Desktop 75.0 64bit on Ubuntu 18.04.4 LTS.
- Chrome Desktop 81.0.4044.113 64-bit on Ubuntu 18.04.4 LTS.
- Firefox Android 68.7.0 on Android 9.
Possible cause:
I inspect and see that the color of the link is hardcoded using inline styling.

And it looks like because the color of the link is hardcoded, so the link color remains black in other themes. I use Dark theme for another example below.

I can help fix this bug because I have experience in web developing for more than five years and maybe I can help fix this using css variable for theming in Mangadex or other bug problem in Mangadex website.