This commit is contained in:
tuna2134
2026-05-27 08:07:11 +09:00
parent e9f10871f2
commit efaa624b51
4 changed files with 57 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ const Header: React.FC = () => {
return (
<header className="w-full flex flex-col items-center gap-1 py-4 border-b border-gray-400">
<h1 className="text-4xl font-bold">tuna2134</h1>
<small className="text-sm text-gray-400/90">
<small className="text-sm text-gray-600/80">
tuna2134の個人的な憩いの場
</small>
</header>