mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
fix destroyed comment css
This commit is contained in:
parent
5101bd31f2
commit
1b1947a443
2 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,7 @@ $vote_up_color: #67af2b !default;
|
||||||
$vote_down_color: #cf0001 !default;
|
$vote_down_color: #cf0001 !default;
|
||||||
$hide_color: #cf0001 !default;
|
$hide_color: #cf0001 !default;
|
||||||
|
|
||||||
$destroyed_comment_color: #f3baba !default;
|
$destroyed_comment_color: #ffdcdc !default;
|
||||||
|
|
||||||
$assistant_color: #eeceed !default;
|
$assistant_color: #eeceed !default;
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,8 @@ $success_light_color: #2e4e2e !default;
|
||||||
$danger_light_color: #7b3b00 !default;
|
$danger_light_color: #7b3b00 !default;
|
||||||
$warning_light_color: #5b5b00 !default;
|
$warning_light_color: #5b5b00 !default;
|
||||||
|
|
||||||
|
$destroyed_comment_color: #412f2f !default;
|
||||||
|
|
||||||
$meta_color: #411d1d !default;
|
$meta_color: #411d1d !default;
|
||||||
|
|
||||||
$header_color: #923131 !default;
|
$header_color: #923131 !default;
|
||||||
|
|
Loading…
Reference in a new issue