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
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
path: 'content/posts/*.md',
|
||||
typeName: 'Post',
|
||||
path: 'content/posts/*.md',
|
||||
route: '/:slug',
|
||||
refs: {
|
||||
// Creates tags from 'tags' in Markdown files
|
||||
// Creates a GraphQL collection from 'tags' in front-matter and adds a reference.
|
||||
tags: {
|
||||
typeName: 'Tag',
|
||||
route: '/tag/:id',
|
||||
|
|
|
@ -10,7 +10,7 @@ body {
|
|||
--bg-code: #fffbf3;
|
||||
--body-color: #444;
|
||||
--title-color: #111;
|
||||
--link-color: #2cb2f5;
|
||||
--link-color: #2497d0;
|
||||
--border-color: rgba(0,0,0,.1);;
|
||||
--space: 3.5rem;
|
||||
--content-width: 860px;
|
||||
|
|
Loading…
Add table
Reference in a new issue