Namespace the rich text CSS

This commit is contained in:
Darius Kazemi 2019-09-16 15:41:33 -07:00
parent df3a42c4f2
commit f0b1c82d22

View File

@ -706,7 +706,7 @@
height: 20px; height: 20px;
margin: -3px 0 0; margin: -3px 0 0;
} }
.status__content__text {
p, p,
pre, pre,
blockquote { blockquote {
@ -781,6 +781,7 @@
ol { ol {
list-style-type: decimal; list-style-type: decimal;
} }
}
a { a {
color: $secondary-text-color; color: $secondary-text-color;