Skip to content
Snippets Groups Projects
Select Git revision
  • gatsby-update
  • master default protected
  • 12-revise-part5-with-new-data-model-eic-to-eicd-etc
  • npm-install-deps-fix
  • fix
  • oops
  • readme_2
7 results

theme.js

Blame
  • Whitney Armstrong's avatar
    Whitney Armstrong authored
    500a2da0
    History
    theme.js 262 B
    export default {
      colors: {
        primary: '#E1A809',
        background: '#fff',
        sidebar: {
          background: '#ffffff',
          link: '#999',
          heading: '#aaa',
          linkActive: '#13131A',
          itemActive: '#F5F5FA',
          footer: '#A8A8B3',
        },
      },
    };