diff --git a/src/renderRepoCard.js b/src/renderRepoCard.js
index a153e87..56fb7cd 100644
--- a/src/renderRepoCard.js
+++ b/src/renderRepoCard.js
@@ -36,8 +36,8 @@ const renderRepoCard = (repo, options = {}) => {
const archiveBadge = isArchived
? `
-
- Archived
+
+ Archived
`
: "";
@@ -50,6 +50,7 @@ const renderRepoCard = (repo, options = {}) => {
.gray { font: 400 12px 'Segoe UI', Ubuntu, Sans-Serif; fill: ${textColor} }
.icon { fill: ${iconColor} }
.archive-badge { font: 600 12px 'Segoe UI', Ubuntu, Sans-Serif; }
+ .archive-badge rect { opacity: 0.2 }