As is tradition, we once again have snowflakes in the background. But I find that having these snowflakes behind a blog post or problem statement makes it hard to read (and generally completely breaks "dark mode" extensions).
I suggest this one-line fix:
/* not the <body>, but a <div> with id "body" */
#body {
background: white;
}
With this, the site still looks nice and festive, but the snowflakes are only on the sides and not under the content itself.
I know that we can use extensions and user stylesheets and other things, and I am indeed using one, but I actually think this is something that should be implemented in Codeforces.
As someone that uses codeforces entirely zoomed in (because i don't see a pito), I wouldn't be able to see the snowflakes at all, so I don't really like this idea.
Also it completely kills the snowflakes for mobile version.
Great nobody cares what you have to say
old version of comment wrote my friend, my apologise
.body
for class "body"Edited, thanks. It is actually an ID.