Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 0c33f6f

Browse files
authored
Merge pull request #42 from SwitchbackTech/feature/ColorUpdate
Update v1 Colors
2 parents 864ada2 + bb95edd commit 0c33f6f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Development Guide
22

3-
## Running the app locally
3+
## Running the app locally
44
Navigate into your new site’s directory and start it up.
55

66
```shell
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"componentChunkName":"component---cache-dev-404-page-js","path":"/dev-404-page/","result":{"data":{"allSitePage":{"nodes":[{"path":"/blog/hire-dev-best-practices"},{"path":"/blog/hire-dev-communication"},{"path":"/blog/hire-dev-reputation"},{"path":"/blog/hire-dev-prioritization"},{"path":"/blog/hire-dev-empathy"},{"path":"/blog/page/2"},{"path":"/blog/tag/non-technical"},{"path":"/blog/tag/reputation"},{"path":"/blog/category/hiring"},{"path":"/blog/author/ty-hitzeman"},{"path":"/blog/date/2020-06-29"},{"path":"/blog/date/2020-06-28"},{"path":"/blog/date/2020-06-25"},{"path":"/blog/date/2020-06-26"},{"path":"/blog/date/2020-06-27"},{"path":"/blog/search"},{"path":"/404/"},{"path":"/blog/about/"},{"path":"/blog/contact-us/"},{"path":"/blog/"},{"path":"/"},{"path":"/404.html"}]}},"pageContext":{}}}
1+
{"componentChunkName":"component---cache-dev-404-page-js","path":"/dev-404-page/","result":{"data":{"allSitePage":{"nodes":[{"path":"/blog/hire-dev-reputation"},{"path":"/blog/hire-dev-prioritization"},{"path":"/blog/hire-dev-communication"},{"path":"/blog/hire-dev-empathy"},{"path":"/blog/hire-dev-best-practices"},{"path":"/blog/page/2"},{"path":"/blog/tag/non-technical"},{"path":"/blog/tag/reputation"},{"path":"/blog/category/hiring"},{"path":"/blog/author/ty-hitzeman"},{"path":"/blog/date/2020-06-25"},{"path":"/blog/date/2020-06-26"},{"path":"/blog/date/2020-06-28"},{"path":"/blog/date/2020-06-27"},{"path":"/blog/date/2020-06-29"},{"path":"/blog/search"},{"path":"/404/"},{"path":"/blog/about/"},{"path":"/blog/contact-us/"},{"path":"/blog/"},{"path":"/"},{"path":"/404.html"}]}},"pageContext":{}}}

src/theme/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const theme = {
22
colors: {
3-
themeColor: '#275767',
3+
themeColor: '#82bcd0',
44
textColor: '#090606',
55
headingColor: '#090606',
66
borderColor: '#e3e7e8b3',

0 commit comments

Comments
 (0)