From 66f95046321b4da76086abf534fc4c9a52fbc862 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9gis=20Hanol?= <regis@hanol.fr>
Date: Thu, 21 Jan 2016 11:46:53 +0100
Subject: [PATCH] FIX: remove green background for wiki (this can be re-added
 via a customization if needed)

---
 app/assets/stylesheets/common/base/topic-post.scss | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss
index fc931a22cdb..7ac426abb83 100644
--- a/app/assets/stylesheets/common/base/topic-post.scss
+++ b/app/assets/stylesheets/common/base/topic-post.scss
@@ -156,9 +156,6 @@ aside.quote {
     background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);
   }
 }
-.wiki .topic-body {
-  background-color: dark-light-diff($wiki, $secondary, 95%, -50%);
-}
 
 // this ensures consistent top margin on topic posts even if the first line of a post
 // is a top-margin-less element like a list or image.