Update link color
This commit is contained in:
parent
3cc89ed350
commit
4c59876f7d
2 changed files with 3 additions and 3 deletions
|
@ -12,11 +12,11 @@ module.exports = {
|
||||||
// Create posts from markdown files
|
// Create posts from markdown files
|
||||||
use: '@gridsome/source-filesystem',
|
use: '@gridsome/source-filesystem',
|
||||||
options: {
|
options: {
|
||||||
path: 'content/posts/*.md',
|
|
||||||
typeName: 'Post',
|
typeName: 'Post',
|
||||||
|
path: 'content/posts/*.md',
|
||||||
route: '/:slug',
|
route: '/:slug',
|
||||||
refs: {
|
refs: {
|
||||||
// Creates tags from 'tags' in Markdown files
|
// Creates a GraphQL collection from 'tags' in front-matter and adds a reference.
|
||||||
tags: {
|
tags: {
|
||||||
typeName: 'Tag',
|
typeName: 'Tag',
|
||||||
route: '/tag/:id',
|
route: '/tag/:id',
|
||||||
|
|
|
@ -10,7 +10,7 @@ body {
|
||||||
--bg-code: #fffbf3;
|
--bg-code: #fffbf3;
|
||||||
--body-color: #444;
|
--body-color: #444;
|
||||||
--title-color: #111;
|
--title-color: #111;
|
||||||
--link-color: #2cb2f5;
|
--link-color: #2497d0;
|
||||||
--border-color: rgba(0,0,0,.1);;
|
--border-color: rgba(0,0,0,.1);;
|
||||||
--space: 3.5rem;
|
--space: 3.5rem;
|
||||||
--content-width: 860px;
|
--content-width: 860px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue