How to override code preview theme stylesheet
Created by: demisx
Currently, in white
code preview theme the code snippets written inside tripple backticks show comments in green color set by https://github.com/gitlabhq/gitlabhq/blob/8ebe769f267647110846a976e5f0d8fb77cd4abb/app/assets/stylesheets/highlight/white.scss#L28
I want all comments to be grayed out. What would be the recommended way to override this stylesheet, so it's compatible with future releases? Thx.