style for quotes

This commit is contained in:
Alexander Popov 2022-09-18 14:45:47 +03:00
parent d5b29eafb3
commit 11be65da48
1 changed files with 4 additions and 0 deletions

View File

@ -62,3 +62,7 @@ pre {
border-radius: 8px;
padding: 8px;
}
blockquote {
font-style: italic;
}