Code block color choices could be improved for accessibility

@aqualls discovered that our code blocks cause contrast warnings when you check with the WAVE accessibility plugin.

I did some digging, and we can modify all the colors here: https://gitlab.com/gitlab-org/gitlab-docs/-/blob/master/content/assets/stylesheets/highlight.scss

If we can find a good theme (using the Pygments template style), it should be trivial to update.

Edited by Marcel Amirault