diff --git a/components/About/ResumeDownloader.tsx b/components/About/ResumeDownloader.tsx
index 670b755..a1db9bf 100644
--- a/components/About/ResumeDownloader.tsx
+++ b/components/About/ResumeDownloader.tsx
@@ -8,14 +8,13 @@ export default function ResumeDownloader({ paths, label }: { paths: string[], la
download
href={path}
target="_blank"
- referrerPolicy="no-referrer"
rel="noopener"
+ referrerPolicy="no-referrer"
+ className="mr-2 cursor-pointer hover:text-sky-300 active:text-white bg-slate-500 dark:bg-slate-800 py-1 px-1.5 rounded-lg"
>
{ `.${path.split('.').pop()}` }
))}
- .pdf
- .docx
)
}