Mostly front-end updates to make the table look more normal. Man design is hard. Most of the time I swear you are better off just doing simple colors.

This commit is contained in:
2024-07-20 14:47:54 -05:00
parent 4a3eebfdf6
commit 6791cab2c6
5 changed files with 2422 additions and 2969 deletions

View File

@ -7,7 +7,9 @@ export default function TT_Header() {
<Image src="/images/tech_tracker_logo.png"
alt="Tech Tracker Logo" width={100} height={100}
/>
<h1 className="title-text text-8xl font-semibold pl-12">
<h1 className="title-text text-8xl font-bold pl-12
bg-gradient-to-r from-[#bec8e6] via-[#F0EEE4] to-[#FFF8E7]
text-transparent bg-clip-text">
Tech Tracker
</h1>
</div>