diff --git a/public/index.html b/public/index.html index 42480db..d377b1b 100644 --- a/public/index.html +++ b/public/index.html @@ -8,286 +8,142 @@ + + CareerZunction - - - - - - - -
-
-
- -
- +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- - - - - - - function scrollFunction() { - if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { - mybutton.classList.add("show"); - } else { - mybutton.classList.remove("show"); - } - } + - + \ No newline at end of file diff --git a/src/Component/Licensing.jsx b/src/Component/Licensing.jsx index 861735e..d6c08e8 100644 --- a/src/Component/Licensing.jsx +++ b/src/Component/Licensing.jsx @@ -22,7 +22,7 @@ const Paragraph = styled.p` font-size: 1em; line-height: 1.6; margin-bottom: 20px; /* Increased margin for more spacing */ - color: gray; + color: white; `; const Subtitle = styled.h2` @@ -30,9 +30,7 @@ const Subtitle = styled.h2` margin-bottom: 20px; /* Increased margin for more spacing */ justify-content: left; padding: 0; - - color: gray; - + color: #8a2be2; `; const Footer = styled.div` diff --git a/src/Component/Terms.jsx b/src/Component/Terms.jsx index 5e136aa..5f1a5b4 100644 --- a/src/Component/Terms.jsx +++ b/src/Component/Terms.jsx @@ -104,7 +104,6 @@ const TermsWrapper = styled.div` section { margin-bottom: 40px; - color:gray } section:last-of-type {