File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { GoMoveToTop } from "react-icons/go";
77
88const Footer = ( ) => {
99 return (
10- < footer className = "w-full mt-35 bg-gray-950 p-4 shadow-[0_-10px_30px_rgba(3,7,18 ,0.45)] pb-14 pt-14" >
10+ < footer className = "w-full mt-35 bg-[#0D1117] p-4 shadow-[0_-10px_30px_rgba(13,17,23 ,0.45)] pb-14 pt-14" >
1111 < div className = "max-w-7xl mx-auto flex flex-col gap-3 justify-center items-center px-6 mb-3" >
1212 < button
1313 title = "go to top"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export default Header;
2121
2222const NavBar = ( ) => {
2323 return (
24- < div className = "border-[0.2] border-gray-700 max-w-4xl mx-auto text-gray-400 backdrop-blur-3xl bg-gray-[#161B22] mt-6 p-3 px-12 rounded-2xl flex justify-between items-center" >
24+ < div className = "border-[0.2] border-gray-700 max-w-4xl mx-auto text-gray-400 backdrop-blur-3xl bg-[#0D1117]/75 mt-6 p-3 px-12 rounded-2xl flex justify-between items-center" >
2525 < a href = "" className = "font-medium font-display text-gray-50 flex gap-2" >
2626 < Code2Icon />
2727 SOHEL SAYYED
You can’t perform that action at this time.
0 commit comments