mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:50:14 +08:00
rever wiki background color, just change the default color
This commit is contained in:
parent
e5aecdf09f
commit
13983c2f80
|
@ -157,6 +157,10 @@ 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 {
|
||||||
|
|
|
@ -8,4 +8,4 @@ $highlight: #ffff4d !default;
|
||||||
$danger: #e45735 !default;
|
$danger: #e45735 !default;
|
||||||
$success: #009900 !default;
|
$success: #009900 !default;
|
||||||
$love: #fa6c8d !default;
|
$love: #fa6c8d !default;
|
||||||
$wiki: #408040 !default;
|
$wiki: #ffffff !default;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user