diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 6252cef..76101e7 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; + } + } +} -- libgit2 0.21.2