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;
margin: -3px 0 0;
}
.status__content__text {
p,
pre,
blockquote {
@ -781,6 +781,7 @@
ol {
list-style-type: decimal;
}
}
a {
color: $secondary-text-color;