Skip to content

Commit 4c59876

Browse files
committed
Update link color
1 parent 3cc89ed commit 4c59876

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gridsome.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ module.exports = {
1212
// Create posts from markdown files
1313
use: '@gridsome/source-filesystem',
1414
options: {
15-
path: 'content/posts/*.md',
1615
typeName: 'Post',
16+
path: 'content/posts/*.md',
1717
route: '/:slug',
1818
refs: {
19-
// Creates tags from 'tags' in Markdown files
19+
// Creates a GraphQL collection from 'tags' in front-matter and adds a reference.
2020
tags: {
2121
typeName: 'Tag',
2222
route: '/tag/:id',

src/assets/style/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body {
1010
--bg-code: #fffbf3;
1111
--body-color: #444;
1212
--title-color: #111;
13-
--link-color: #2cb2f5;
13+
--link-color: #2497d0;
1414
--border-color: rgba(0,0,0,.1);;
1515
--space: 3.5rem;
1616
--content-width: 860px;

0 commit comments

Comments
 (0)