Skip to content

Commit

Permalink
💄 Update post title color
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscuesta committed Sep 10, 2017
1 parent 25beb97 commit 6e69a7f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/blog/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require('dotenv').load()

config = {
production: {
url: 'https://carloscuesta.me/blog',
url: 'http://carloscuesta.me/blog',
mail: {
transport: 'SMTP',
options: {
Expand Down
4 changes: 2 additions & 2 deletions src/blog/content/themes/carloscuesta/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ article .read-more {
.post-title {
font-size: 2em;
font-weight: 400;
color: #37474F;
margin-top: 0;
color: #000000;
margin-top: 0;
}

.post-excerpt {
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/blog/content/themes/carloscuesta/default.hbs

Large diffs are not rendered by default.

0 comments on commit 6e69a7f

Please sign in to comment.