CKBoyt
August 23, 2024, 1:48pm
1
See screenshot. I messed around in Chrome DevTools and removed “dark” from the classes on the <html>
tag, and that revealed the text, so I think it’s an issue with the dark mode styling?
This is the page I was on: https://www.freecodecamp.org/news/singleton-design-pattern-with-javascript/
2 Likes
nickrg
August 23, 2024, 2:52pm
2
Yes, it shows up on my browser too. Definitely needs some attention.
Note: I am just a regular user as well.
1 Like
sidemt
August 23, 2024, 3:36pm
3
Thank you for bringing this to our attention. I have created a GitHub issue about this.
opened 03:34PM - 23 Aug 24 UTC
**Describe the bug**
There is a forum post reporting that a publication article… is broken. I could reproduce the problem on my end.
https://forum.freecodecamp.org/t/cant-read-article-on-website-due-to-gray-rectangle/707631
From what I can see in the DevTools, the issue seems to be caused by the <iframe> element that appears to be an embedded content from Canva.
I'm not sure if this is related to the Hashnode migration.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://www.freecodecamp.org/news/singleton-design-pattern-with-javascript/
2. Scroll down the page
**Expected behavior**
The article should be visible and laid out properly.
**Screenshots**
![image (4)](https://github.com/user-attachments/assets/b65794ad-a730-4549-9686-013ad8df86d0)
**Desktop (please complete the following information):**
- OS: Windows
- Browser: chrome
- Version: 127.0.6533.120
2 Likes