Implement AdminCommentContent for text and html

This commit is contained in:
Chi Vinh Le
2018-03-22 23:15:21 +01:00
parent a1a867ec55
commit 292e33c105
13 changed files with 321 additions and 63 deletions
@@ -0,0 +1,12 @@
.content {
a {
color: #063b9a;
text-decoration: underline;
font-weight: 300;
background-color: ##f4ff81;
}
mark {
background-color: ##f4ff81;
}
}