We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d6984 commit 15c7ee2Copy full SHA for 15c7ee2
‎src/pages/learning/[tag]/[...page].astro‎
@@ -68,7 +68,7 @@ export async function getStaticPaths({paginate}: GetStaticPathsOptions) {
68
slug: 'all'
69
}, ...TAGS].map((currTag) => (
70
<a href={`/learning/${currTag.slug}`}
71
- class=`${currTag.slug === tag ? 'bg-[#1e1f22]' : ''} border border-[#4a4c57] text-white text-sm font-bold py-2 px-4 rounded-full m-2`>{currTag.name}</a>
+ class=`${currTag.slug === tag ? 'bg-white text-[#121316]' : ''} border border-[#4a4c57] text-white text-sm font-bold py-2 px-4 rounded-full m-2`>{currTag.name}</a>
72
))
73
}
74
</div>
0 commit comments