-is-this-fft-'s blog

By -is-this-fft-, history, 25 hours ago, In English

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.

  • Vote: I like it
  • +82
  • Vote: I do not like it

»
16 hours ago, # |
  Vote: I like it +13 Vote: I do not like it

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.

»
16 hours ago, # |
Rev. 2   Vote: I like it +6 Vote: I do not like it

old version of comment wrote my friend, my apologise

»
16 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

.body for class "body"