Files
talk/client/coral-framework/components/AdminCommentContent.css
T
2018-03-22 23:27:36 +01:00

17 lines
214 B
CSS

.content {
a {
color: #063b9a;
text-decoration: underline;
font-weight: 300;
background-color: #f4ff81;
}
mark {
background-color: #f4ff81;
}
b, strong {
font-weight: 600;
}
}