diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx
index 9bd83ad..c1ae06e 100644
--- a/src/components/Navbar.jsx
+++ b/src/components/Navbar.jsx
@@ -42,7 +42,7 @@ const Navbar = () => {
window.scrollTo(0, 0);
}}
>
-
+
SOS CAMP
| 12th
diff --git a/src/components/Problems.css b/src/components/Problems.css
index 608b11f..f4e18ab 100644
--- a/src/components/Problems.css
+++ b/src/components/Problems.css
@@ -72,7 +72,7 @@ p.MuiTypography-root {
/* jode color */
h2.MuiTypography-root {
- color: #7DD6F6;
+ color: #fc6ac3;
}
/* jode link */
@@ -97,7 +97,7 @@ h2.MuiTypography-root {
border-radius: 0;
}
-#dark .jodeCheckBox {
+.jodeCheckBox {
margin-left: auto;
}
@@ -206,17 +206,17 @@ h2.MuiTypography-root {
border-radius: 0;
}
-#light .MuiButtonBase-root.MuiCheckbox-root :hover {
+.MuiButtonBase-root.MuiCheckbox-root :hover {
background-color: #2B3E52;
border-radius: 0;
}
-#light .jodeCheckBox {
+.jodeCheckBox {
margin-left: auto;
}
-#light .MuiSvgIcon-root {
- color: #3598db;
+.MuiSvgIcon-root {
+ color: #ee4dd9;
display: flex;
}
@@ -352,3 +352,7 @@ h4.mail {
cursor: pointer;
}
+.border-gray-500 {
+ --tw-border-opacity: 0;
+}
+
diff --git a/src/components/Problems.jsx b/src/components/Problems.jsx
index 0704012..b3084c3 100644
--- a/src/components/Problems.jsx
+++ b/src/components/Problems.jsx
@@ -35,7 +35,7 @@ const CardItem = ({ card }) => {
};
return (
-