@@ -43,7 +43,7 @@ export default function Header() {
4343 < >
4444 < div
4545 style = { {
46- backgroundColor : style . colors . BLUE_PRIMARY ,
46+ backgroundColor : style . colors . BLUE ,
4747 width : "100vw" ,
4848 height : style . spacing . HEADER_HEIGHT ,
4949 display : "flex" ,
@@ -239,7 +239,7 @@ function LoginButton() {
239239 ( e . currentTarget . style . backgroundColor = style . colors . DARK_BLUE_HOVER )
240240 }
241241 onMouseOut = { ( e ) =>
242- ( e . currentTarget . style . backgroundColor = style . colors . BLUE_PRIMARY )
242+ ( e . currentTarget . style . backgroundColor = style . colors . BLUE )
243243 }
244244 >
245245 { isAuthenticated && user && user . picture ? (
@@ -429,7 +429,7 @@ function PageLinks() {
429429 cursor : "pointer" ,
430430 } }
431431 whileHover = { {
432- color : style . colors . BLUE_PRIMARY ,
432+ color : style . colors . BLUE ,
433433 } }
434434 transition = { {
435435 duration : 0.2 ,
@@ -459,7 +459,7 @@ function LeftNavigationMenu(props) {
459459 left : 0 ,
460460 width : "100vw" ,
461461 height : "100vh" ,
462- backgroundColor : style . colors . BLUE_PRIMARY ,
462+ backgroundColor : style . colors . BLUE ,
463463 zIndex : - 1 ,
464464 paddingTop : 100 ,
465465 } }
@@ -508,7 +508,7 @@ function LeftNavigationMenu(props) {
508508 color : style . colors . WHITE ,
509509 } }
510510 whileHover = { {
511- color : style . colors . BLUE_PRIMARY ,
511+ color : style . colors . BLUE ,
512512 } }
513513 animate = {
514514 isOpen
0 commit comments