Skip to content

Commit

Permalink
color changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzlenut authored Jul 23, 2023
1 parent 0f4e326 commit c00defb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sections/call-to-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const styles = {
mt: [0, null, null, null, '-80px'],
position: 'relative',
zIndex: '10',
backgroundColor: 'primary',
backgroundColor: '#0cae6d',
backgroundImage: ['none', null, null, null, null, `url(${BgShape})`],
backgroundRepeat: 'no-repeat',
backgroundPosition: '60% center',
Expand Down
2 changes: 1 addition & 1 deletion src/theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
background: '#FFFFFF', // body background color
background_secondary: '#F9FBFD', // secondary background color
border_color: '#E9EDF5', // border color
primary: '#0cae6d', // primary button and link color
primary: '#8D448B', // primary button and link color
secondary: '#793677', // secondary color - can be used for hover states
black: '#0F2137', // black color
gray: '#F8FAFC',
Expand Down

0 comments on commit c00defb

Please sign in to comment.