Why is this page black? I haven’t experienced this happening before on a OGS page, this is my first time. I only see emojis. Maybe this is my laptop problem?
Black letters against a black background?
Yeah, but I literally cannot see anything. Only emojis. Cant get out. Am using a OGS Desktop Application. I think I previously got into this page before, but couldn’t recall what was it about.
I can’t get access to the settings, that is the problem.
Smart thinking though. I just can’t open it. everything is black.
It’s not your laptop problem, I have this same screen here
Even if it doesn’t look on the screen, you can click on the top left (I am on Android -Mobile phone) to go access the main menu (hamburger menu)
I think it has to do with using css btw.
Alright, thanks! I got out successfully. Light mode doesn’t work too sadly. I agree with you though, a CSS problem.
How did you get to this page?
I don’t remember. I turned my device off at the page. I don’t see a url because I am using the application.
Oh, wait, then how come I got the link? I really don’t know. Maybe it was really late for me. Anyways, thanks for the help!
I tried this, even with the dark mode (and light mode as well) that page looks all black.
On desktop, one “trick” you can do is to hold down mouse click and select an area to highlight the text.
Also try right-click → inspect
Looks like this is the stylesheet.
Aha!
background-color: black !important;
color: black !important;
Apologies, apparently I have been working on a project and someone else used my ‘link’. I patched it already. Sorry for the inconvenience. I have decided to put the url down completely, because the github page isn’t saving the code properly. The page should be all good now.
I see that you have updated the CSS (?), and removed you comment altogether (why?)
Anyway, this is what the page looks like in dark mode.
I guess I have to tell the tournament hoster to take the CSS link thing down… I am working on another project which requires to the css folder.
I am not much well versed in CSS, can something like following fix your issue?
@media (prefers-color-scheme: dark) {
color: white;
}
then Light mode won’t work. It’s the best if the person doesn’t use my link… I will contact that player
If another person added the link, then it’s neither your fault nore responsibility.
Also, not sure if there is any proble at all. So I wouldn’t worry about it.