css: Reorder elements in .rendered-markdown in night_mode.scss.

Some styling elements associated with '.rendered-markdown' were
present separately. Reordering them so that they are together.
This commit is contained in:
Abhishek-Balaji 2020-03-26 00:03:27 +05:30 committed by Tim Abbott
parent da818e16ed
commit 0ec1710fec

View File

@ -428,6 +428,16 @@ on a dark background, and don't change the dark labels dark either. */
background-color: hsla(355, 37%, 31%, 1);
box-shadow: 0px 0px 0px 1px hsla(330, 40%, 20%, 1);
}
.highlight_text_inserted {
color: hsl(122, 100%, 81%);
background-color: hsla(120, 64%, 95%, 0.3);
}
.highlight_text_deleted {
text-decoration: line-through;
background-color: hsla(7, 54%, 62%, 0.38);
}
}
.tip {
@ -586,18 +596,6 @@ on a dark background, and don't change the dark labels dark either. */
background-color: hsla(51, 100%, 64%, 0.42);
}
.rendered_markdown {
.highlight_text_inserted {
color: hsl(122, 100%, 81%);
background-color: hsla(120, 64%, 95%, 0.3);
}
.highlight_text_deleted {
text-decoration: line-through;
background-color: hsla(7, 54%, 62%, 0.38);
}
}
.sub-unsub-message span::before,
.sub-unsub-message span::after,
.date_row span::before,