Skip to content

Commit

Permalink
Tweaked the style of blockquotes a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick Peterse committed Jul 10, 2017
1 parent 222b59a commit 40e82d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 9 additions & 2 deletions source/stylesheets/_text.scss
Expand Up @@ -56,9 +56,16 @@ a:hover

blockquote
{
border-left: 1px dotted #000;
border-left: 5px solid #ddd;
color: #666;
font-style: italic;
padding: 5px 5px 5px 15px;
margin-bottom: $margin_bottom;
padding: 5px 5px 5px 10px;
}

blockquote p
{
margin-bottom: 0px;
}

time
Expand Down
1 change: 0 additions & 1 deletion source/stylesheets/_variables.scss
Expand Up @@ -6,7 +6,6 @@ $font: 'Open Sans', sans-serif;
$margin_bottom: 20px;

// Various variables for code blocks.
$code_background: #292929;
$code_color: #4d4d4c;
$code_font: monospace;
$keyword: #eb5d49;
Expand Down

0 comments on commit 40e82d3

Please sign in to comment.