Skip to content

Commit

Permalink
fix: text color
Browse files Browse the repository at this point in the history
  • Loading branch information
abumalick committed Mar 25, 2020
1 parent bc06ef0 commit 7fb8052
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
siteMetadata: {
title: `Gatsby Default Starter`,
description: `Kick off your next, great Gatsby project with this default starter. This barebones starter ships with the main Gatsby configuration files you might need.`,
author: `@gatsbyjs`,
title: `Ahlsunnah.com`,
description: `Webistes for Ahlsunnah`,
author: `@ahlsunnahcom`,
},
plugins: [
`gatsby-plugin-react-helmet`,
Expand Down
1 change: 1 addition & 0 deletions src/components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const Layout = ({children}) => {
margin: `0 auto`,
maxWidth: 960,
padding: `0 1.0875rem 1.45rem`,
color: '#fff',
}}
>
<main>{children}</main>
Expand Down
File renamed without changes.

0 comments on commit 7fb8052

Please sign in to comment.