diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 6252cefc..76101e70 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -948,3 +948,14 @@ p.time { } } } + +/* Fix for readme code (stopped it from being yellow) */ +.readme { + pre { + background: white !important; + + code { + background: none !important; + } + } +}