Skip to content

Commit

Permalink
Merge pull request #18 from ai16zpartners/fix-color-code
Browse files Browse the repository at this point in the history
Use exactly the color code
  • Loading branch information
awidearray authored Nov 5, 2024
2 parents 58f4fb2 + f093592 commit 2eeedfb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/components/LeaderboardPartners.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
margin-bottom: 6px;
}

.row {
background: #E8E3D6;
}
/* .row {
background: #F1EDE3;
} */

.row1 {
background: #EDE9DE;
background: #E8E3D6;
}

.text {
Expand Down
2 changes: 1 addition & 1 deletion src/components/nav-element/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const AppBar: React.FC = () => {

return (
<div>
<div className="navbar flex h-20 flex-row md:mb-2 text-black bg-[#E8E3D5] text-neutral-content">
<div className="navbar flex h-20 flex-row md:mb-2 text-black bg-[#F1EDE3] text-neutral-content">
<div className="navbar-start align-items-center">
<div className="w-22 h-22 md:p-2 ml-4 md:ml-10">
<Link href="/" passHref className="text-secondary hover:text-white">
Expand Down
2 changes: 1 addition & 1 deletion src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body {
padding: 0;
margin: 0;
font-family: var(--font-family-base);
background-color: #E8E3D5;
background-color: #F1EDE3;
min-height: 100vh;
line-height: normal;
}
Expand Down

0 comments on commit 2eeedfb

Please sign in to comment.