diff --git a/client/src/App.css b/client/src/App.css index 1db7789..e69de29 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -1,23 +0,0 @@ -/* ------Custom Scrollbar------ */ - -::-webkit-scrollbar{ - width: 10px; - height: 60px; -} - -::-webkit-scrollbar-track{ - background-color: #1F2937; -} - -::-webkit-scrollbar-thumb{ - background: rgb(255,128,0); - background: linear-gradient(180deg, rgba(255,128,0,1) 8%, rgba(147,51,234,1) 66%); - border-radius: 20px; -} - -::-webkit-scrollbar-thumb:hover{ - background-color: #9652d2; - cursor: pointer; -} - -/* ------Custom Scrollbar------ */ \ No newline at end of file diff --git a/client/src/App.jsx b/client/src/App.jsx index 2ecefc4..38a3d7f 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -9,7 +9,6 @@ import Footer from './components/Footer'; import ContactUs from './components/contact'; import FloatBtn from './components/FloatBtn'; import FAQ from './components/FAQ'; -import './App.css'; const App = () => { return (