fix: increase font weight for em inside blockquote
This commit is contained in:
@@ -64,6 +64,10 @@ blockquote cite {
|
||||
opacity: .8
|
||||
}
|
||||
|
||||
blockquote em {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
a,a:hover {
|
||||
color: #a00;
|
||||
text-decoration: none
|
||||
|
Reference in New Issue
Block a user