style: Don't give blockquotes a weird font

This commit is contained in:
Andy Williams 2017-11-22 15:56:21 +00:00
parent 4854cb430f
commit e511f2d254
1 changed files with 6 additions and 0 deletions

View File

@ -499,6 +499,12 @@ blockquote {
border-left: 4px solid #404040;
}
blockquote p {
font-size: inherit;
font-weight: inherit;
line-height: inherit;
}
.search_results {
background-color: #202020;
padding: 20px;