diff --git a/stylesheets/sass/site.scss b/stylesheets/sass/site.scss index b68ccc9..6fc38f1 100644 --- a/stylesheets/sass/site.scss +++ b/stylesheets/sass/site.scss @@ -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; } } \ No newline at end of file