From 2228f1b1ad2d82a40413a0d3042567e5e0c8b051 Mon Sep 17 00:00:00 2001 From: Steven Verbeek Date: Sat, 17 Mar 2012 12:49:23 -0300 Subject: [PATCH] Fix for readme code being yellow in code blocks (left it yellow outside code blocks) --- app/assets/stylesheets/common.scss | 11 +++++++++++ 1 file changed, 11 insertions(+), 0 deletions(-) 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