Skip to content

Commit

Permalink
feat: brighter title color
Browse files Browse the repository at this point in the history
  • Loading branch information
CostasAK committed Jul 9, 2024
1 parent c7ad7c9 commit 914c1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/header.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default function Header() {
return (
<header className="flex items-center justify-center gap-2 bg-neutral-900 p-2 sm:gap-4 sm:p-4">
<header className="flex items-center justify-center gap-2 bg-neutral-900 p-2 text-neutral-200 sm:gap-4 sm:p-4">
<img src="/apple-touch-icon.png" alt="" className="h-8 sm:h-14"></img>
<h1 className="text-4xl font-bold leading-none sm:text-6xl">
FFXIV Buddy
Expand Down

0 comments on commit 914c1e8

Please sign in to comment.