diff --git a/contributors.html b/contributors.html
index 389fdf2..9dd6235 100644
--- a/contributors.html
+++ b/contributors.html
@@ -42,11 +42,11 @@
listItem.classList.add('d-inline-block', 'mr-2', 'mb-2');
const badge = document.createElement('span');
- badge.classList.add('badge', 'bg-dark', 'm-2');
+ badge.classList.add('badge', 'cards', 'm-2');
badge.innerHTML = `
-
- ${contributor.login}
+
+ ${contributor.login}
`;
@@ -66,7 +66,7 @@