Updated font and blockquote styles.

This commit is contained in:
Mickey Kay
2014-01-22 09:17:06 -08:00
parent 17d281fab9
commit a627f9db1a
+7 -2
View File
@@ -140,7 +140,7 @@ html {
body {
background-color: #fff;
color: #666;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-family: Lato, sans-serif;
font-size: 16px;
font-size: 1.6rem;
font-weight: 300;
@@ -228,6 +228,12 @@ blockquote::before {
top: 0px;
}
blockquote cite {
display: block;
margin-right: 10%;
text-align: right;
}
.content code {
background-color: #333;
color: #ddd;
@@ -780,7 +786,6 @@ img.alignright,
.author-box-title {
color: #333;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
font-size: 1.6rem;
margin-bottom: 4px;