X-Git-Url: https://git.lukelau.me/?p=blog.git;a=blobdiff_plain;f=style.css;fp=style.css;h=7813b247565c3b06d5ac66457ff9729a0006bee7;hp=9050f5d12053940b5d8acdc2487e349f8cc98821;hb=c353ebcf5759dc6d64973b85afbf7a3d794ed25f;hpb=f500b88dce0855766c5a8da4fdf3a855eb0a4d9b diff --git a/style.css b/style.css index 9050f5d..7813b24 100644 --- a/style.css +++ b/style.css @@ -2,6 +2,13 @@ body { font-family: sans-serif; } +blockquote { + color: darkgray; + font-style: italic; + border-left: 0.25em solid darkgray; + padding-left: 1em; +} + .source-code .dt { color: #6f42c1 }