Skip to content

Commit

Permalink
Improved hacker dashboard color palette and fixed font issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanderson1227 committed Oct 26, 2024
1 parent de03fe0 commit b14ab7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions apps/web/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@

--radius: 0.5rem;

--gradient-color-1: #f7f5f5;
--gradient-color-2: #f7f5f5;
--gradient-color-3: #dcdcdc;
--gradient-color-4: #dcdcdc;
}
--gradient-color-1: #3f63c8;
--gradient-color-2: #1a46b3;
--gradient-color-3: #001773;
--gradient-color-4: #11377d;
}

.dark {
--background: 240 10% 3.9%;
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/dash/overview/ServerBubbles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function TitleBubble() {
{c.hackathonName}
</h1> */}
<h1 className="bg-gradient-to-b from-orange-600 via-yellow-300 to-orange-600 bg-clip-text font-bttf text-4xl text-transparent sm:text-7xl lg:text-5xl xl:text-6xl">
{"RowdyHacks"}
{"rowdyhacks"}
</h1>
<h2 className="text-center font-mono text-xs text-orange-500 sm:text-base">
{`${format(c.startDate, "h:mma, MMM d, yyyy")}`} @{" "}
Expand Down

0 comments on commit b14ab7c

Please sign in to comment.