mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
remove the wiki color
This commit is contained in:
parent
32cc3a66c8
commit
c2cc9da9a7
@ -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
|
// 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.
|
// is a top-margin-less element like a list or image.
|
||||||
.topic-body .regular {
|
.topic-body .regular {
|
||||||
@ -176,7 +172,7 @@ aside.quote {
|
|||||||
}
|
}
|
||||||
&.wiki {
|
&.wiki {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: $wiki;
|
color: #408040;
|
||||||
}
|
}
|
||||||
&.via-email {
|
&.via-email {
|
||||||
color: dark-light-choose(scale-color($primary, $lightness: 70%), scale-color($secondary, $lightness: 30%));
|
color: dark-light-choose(scale-color($primary, $lightness: 70%), scale-color($secondary, $lightness: 30%));
|
||||||
|
@ -8,4 +8,3 @@ $highlight: #ffff4d !default;
|
|||||||
$danger: #e45735 !default;
|
$danger: #e45735 !default;
|
||||||
$success: #009900 !default;
|
$success: #009900 !default;
|
||||||
$love: #fa6c8d !default;
|
$love: #fa6c8d !default;
|
||||||
$wiki: #ffffff !default;
|
|
||||||
|
@ -2225,10 +2225,6 @@ en:
|
|||||||
love:
|
love:
|
||||||
name: 'love'
|
name: 'love'
|
||||||
description: "The like button's color."
|
description: "The like button's color."
|
||||||
wiki:
|
|
||||||
name: 'wiki'
|
|
||||||
description: "Base color used for the background of wiki posts."
|
|
||||||
|
|
||||||
|
|
||||||
email:
|
email:
|
||||||
title: "Emails"
|
title: "Emails"
|
||||||
|
Loading…
Reference in New Issue
Block a user