Buggy display of sensei library

Recently the go wiki sensei library is buggy for me (opera on android )
Any idea?

Try a different browser; fine for me (Chrome on Mac).

Looks like your browser has some dark theme conversion going on, but that it doesn’t convert the colour of the background correctly. I’d try to see if you can disable the dark theme somewhere.

If you can find a way to add custom css, you can also try adding this:

.mainpage, .subpage, .discussionpage {
	background-color: #161300;
	color: #b9a493;
	background-image: none;
}