Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected Router #2951

Merged
merged 16 commits into from
Aug 10, 2024
16 changes: 2 additions & 14 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
* {
cursor: none;
}

.sidebar-content {
padding: 10px;
cursor: none;
cursor: pointer;
transition: background-color 0.2s;
}
}

.Toastify__toast-container {
color: #000;
}

.Toastify__toast {
font-size: 18px;
color: black;
background-color: rgb(165, 57, 197);
}
2 changes: 1 addition & 1 deletion frontend/src/Component/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,5 @@ function Footer() {
</footer>
);
}

export default Footer;

Loading
Loading