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 e7752cd commit c88aaa7Copy full SHA for c88aaa7
1 file changed
src/app/glossary/page.tsx
@@ -214,7 +214,7 @@ export default function GlossaryPage() {
214
setSearchQuery(term);
215
setSelectedLetter('all');
216
}}
217
- className="px-5 py-2 bg-white border border-gray-200 rounded-full text-sm font-medium text-gray-700 hover:border-[#00abfb] hover:text-[#00abfb] shadow-sm transition-all focus:outline-none focus:ring-2 focus:ring-[#00abfb]/20"
+ className="px-5 py-2 bg-white border border-gray-200 rounded-full text-sm font-medium text-gray-700 hover:border-swiss-blue-hover hover:text-swiss-blue-hover shadow-sm transition-all focus:outline-none focus:ring-2 focus:ring-swiss-blue-hover/20"
218
>
219
{term}
220
</button>
0 commit comments