style: add blockquote styling

This commit is contained in:
Oliver Booth 2023-08-08 01:23:42 +01:00
parent 81cd1dcf1d
commit 5b524337ca
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 5 additions and 0 deletions

View File

@ -151,3 +151,8 @@ pre code span.line {
#disqus_thread iframe {
color-scheme: light;
}
article blockquote {
border-left: 2px solid #f03;
padding-left: 10px;
}