mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
style: Update dark theming and fonts
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user