diff --git a/src/App.css b/src/App.css index 1100e42..0f23e66 100644 --- a/src/App.css +++ b/src/App.css @@ -29,7 +29,7 @@ button { font-style: normal; font-weight: lighter; text-shadow: 0.5px 0.5px 3px black; - color: rgb(255, 255, 255); + color: rgb(243, 243, 243); } RxCaretRight { @@ -128,4 +128,5 @@ body { rgb(24, 24, 24) 48%, rgba(168, 168, 168, 1) 100% ); + filter: brightness(75%); } diff --git a/src/components/animatedRoutes.js b/src/components/animatedRoutes.js index 456e65d..0801daf 100644 --- a/src/components/animatedRoutes.js +++ b/src/components/animatedRoutes.js @@ -36,6 +36,9 @@ import { AnimatePresence } from 'framer-motion'; const AnimatedRoutes = () => { let location = useLocation(); + let searchBarURL = window.location.href; + console.log(searchBarURL); + return ( { id='slider' ref={sliderRef} > - slide to unlock + slide to unlock