Skip to content

Commit 4b3b3eb

Browse files
committed
chore color fix
1 parent 046ea13 commit 4b3b3eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { GoMoveToTop } from "react-icons/go";
77

88
const 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"

src/app/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default Header;
2121

2222
const 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

0 commit comments

Comments
 (0)