fix: increase font weight for em inside blockquote

This commit is contained in:
Vivek R
2019-09-10 00:29:23 +05:30
parent bb28e76551
commit 1ab28caf4f
2 changed files with 8 additions and 1 deletions

View File

@@ -64,6 +64,10 @@ blockquote cite {
opacity: .8
}
blockquote em {
font-weight: 600;
}
a,a:hover {
color: #a00;
text-decoration: none