Skip to content

Commit 0cb22cf

Browse files
committed
style: Enhance repository title styling for better visibility and emphasis
1 parent 3d4e1ce commit 0cb22cf

File tree

1 file changed

+6
-3
lines changed
  • src/app/(public)/repos/[language]

1 file changed

+6
-3
lines changed

src/app/(public)/repos/[language]/page.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,12 @@ export default async function ReposPage({
3535
<div className="min-h-screen pt-5">
3636
<div className="text-center">
3737
<div className="w-5/6 max-w-md mx-auto">
38-
<h1 className="mb-5 text-5xl font-medium uppercase text-hacktoberfest-light-blue">
39-
{repos.total_count} repositories for{' '}
40-
<span className="font-mono font-bold text-hacktoberfest-pink">
38+
<h1 className="mb-5 text-5xl font-medium uppercase text-hacktoberfest-light">
39+
<span className="font-bold heading-text">
40+
{repos.total_count}
41+
</span>{' '}
42+
repositories for{' '}
43+
<span className="font-bold heading-text">
4144
{sp.q
4245
? sp.q + ' in ' + capitalize(decodeURIComponent(language))
4346
: capitalize(decodeURIComponent(language))}

0 commit comments

Comments
 (0)