themes/codex: better highlight blockquotes

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-11-06 17:39:23 +05:30
parent cbfc88f39f
commit bf4dff9297
1 changed files with 6 additions and 0 deletions

View File

@ -103,6 +103,12 @@ blockquote {
font-size: 0.95em;
color: $darkGrey;
}
p {
font-style: italic;
font-size: 0.95em;
color: $darkGrey;
}
}
pre {