fix: increase font weight for em inside blockquote

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

View File

@ -56,10 +56,13 @@ func setCookie(cookie *http.Cookie, w interface{}) error {
}
```
This is blockquote, Will make it better now
This is blockquote, Will make it *better now*
> 'I want to do with you what spring does with the cherry trees.' <cite>cited ~Pablo Neruda</cite>*
> Et harum quidem *rerum facilis* est et expeditasi distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihilse impedit
Unordered list
* Red

View File

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