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:
@ -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>
|
||||
|
Reference in New Issue
Block a user