Skip to content
Closed
Prev Previous commit
Next Next commit
lighten secondary color to make links stand out
  • Loading branch information
alexkrolick committed Feb 13, 2019
commit 4b5b678876e7179a4fe028cd8fc8dff83258ee48
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const siteConfig = {
/* Colors for website */
colors: {
primaryColor: '#292422',
secondaryColor: '#3344bb',
secondaryColor: '#2468e5',
Copy link
Collaborator Author

@alexkrolick alexkrolick Feb 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated, but the links were hard to read. This is a lighter color so they stand out from the text.

},

// Add custom scripts here that would be placed in <script> tags.
Expand Down