From 574b3ecf873e5b27a3c5e8859112da10aaf7a2e9 Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Thu, 25 Feb 2016 01:36:29 -0300 Subject: Update blockquote style --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index b50c5db..2626492 100644 --- a/styles.css +++ b/styles.css @@ -96,7 +96,7 @@ html { #footer a:hover { text-decoration: underline; } abbr, acronym { border-bottom: 1px dotted #333; cursor: help; } -blockquote { border-left: 1px solid #333; font-style: italic; padding: 1em; } +blockquote { border-left: 1px solid #555; font-style: italic; padding: 0.9em; margin-left: 20px; } hr { border-width: 0 0 0.1em 0; border-color: #666; } code, pre { font-size: 1.1em } -- cgit v1.2.3-54-g00ecf