style: Update dark theming and fonts

This commit is contained in:
Aaron William Po
2023-10-23 23:16:31 -04:00
parent 6bd2d4713e
commit aef588c993
4 changed files with 43 additions and 39 deletions

View File

@@ -57,7 +57,7 @@ const BeerRecommendationsSection: FC<{
>
<div className="flex flex-col">
<Link className="link-hover link" href={`/beers/${post.id}`}>
<span className="text-xl font-semibold">{post.name}</span>
<span className="text-xl font-bold">{post.name}</span>
</Link>
<Link
@@ -74,7 +74,7 @@ const BeerRecommendationsSection: FC<{
className="link link-hover"
href={`/beers/styles/${post.style.id}`}
>
<span className="text-lg font-medium">{post.style.name}</span>
<span className="font-medium">{post.style.name}</span>
</Link>
</div>
<div className="space-x-2">