Skip to content

Commit

Permalink
Adjust blockquote styling to emphasis
Browse files Browse the repository at this point in the history
  • Loading branch information
bsheldon committed Oct 31, 2012
1 parent 97d78a8 commit 62d8755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/sass/site.scss
Expand Up @@ -107,6 +107,6 @@ body[data-template="moon-blog"] {
.date { font-family: Arial, verdana, sans-serif !important; padding-top: 10px; padding-bottom: 10px;}
.post { padding: 0px 150px 70px 150px !important; }
.post > p { font-size: 16px; }
blockquote { color: white !important; background-color: rgba(255,255,255, .03) !important; border: 1px solid #ccc; font-family: 'Arbutus Slab', serif !important; }
blockquote { color: #A4ADD1 !important; background-color: rgba(255,255,255, .03) !important; border: 1px solid #333; font-family: 'Arbutus Slab', serif !important; }
footer { margin-top: 0 !important; }
}

0 comments on commit 62d8755

Please sign in to comment.