Skip to content

Commit

Permalink
Fix hover background color in ResumeViewer component
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenusan committed May 2, 2024
1 parent 2e59777 commit 4524990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ResumeViewer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const t = useTranslations(lang);
color: #ffffff;
}

html.dark .download-btn:hover {
.download-btn:hover {
background-color: #45528c;
}
</style>

0 comments on commit 4524990

Please sign in to comment.