add styles for links, images and brs in comments

This commit is contained in:
igoradamenko
2018-03-04 00:52:23 +03:00
parent 32c796c307
commit 4fc75c5e44
@@ -5,7 +5,28 @@
margin: 0;
+ p {
margin-top: 5px;
margin-top: 8px;
}
// imported comments have br instead of p
br {
content: '';
display: block;
margin-top: 8px;
}
}
a {
color: #0aa;
&:hover {
color: #06c5c5;
text-decoration: none;
}
}
img {
max-width: 100%;
max-height: 300px;
}
}