diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 0079a415f5d..0e2f63e5ce7 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -157,10 +157,6 @@ aside.quote { } } -.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. .topic-body .regular { @@ -176,7 +172,7 @@ aside.quote { } &.wiki { cursor: pointer; - color: $wiki; + color: #408040; } &.via-email { color: dark-light-choose(scale-color($primary, $lightness: 70%), scale-color($secondary, $lightness: 30%)); diff --git a/app/assets/stylesheets/common/foundation/colors.scss b/app/assets/stylesheets/common/foundation/colors.scss index cdec1771e40..72041265b9b 100644 --- a/app/assets/stylesheets/common/foundation/colors.scss +++ b/app/assets/stylesheets/common/foundation/colors.scss @@ -8,4 +8,3 @@ $highlight: #ffff4d !default; $danger: #e45735 !default; $success: #009900 !default; $love: #fa6c8d !default; -$wiki: #ffffff !default; diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 73541fbbc73..96002144e70 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -2225,10 +2225,6 @@ en: love: name: 'love' description: "The like button's color." - wiki: - name: 'wiki' - description: "Base color used for the background of wiki posts." - email: title: "Emails"