Skip to content

Commit

Permalink
remove the wiki color
Browse files Browse the repository at this point in the history
  • Loading branch information
ZogStriP committed Feb 10, 2016
1 parent 32cc3a6 commit c2cc9da
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
6 changes: 1 addition & 5 deletions app/assets/stylesheets/common/base/topic-post.scss
Expand Up @@ -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 {
Expand All @@ -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%));
Expand Down
1 change: 0 additions & 1 deletion app/assets/stylesheets/common/foundation/colors.scss
Expand Up @@ -8,4 +8,3 @@ $highlight: #ffff4d !default;
$danger: #e45735 !default;
$success: #009900 !default;
$love: #fa6c8d !default;
$wiki: #ffffff !default;
4 changes: 0 additions & 4 deletions config/locales/client.en.yml
Expand Up @@ -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"
Expand Down

0 comments on commit c2cc9da

Please sign in to comment.