diff --git a/src/components/download.rs b/src/components/download.rs index 07b61928..3eb3b159 100644 --- a/src/components/download.rs +++ b/src/components/download.rs @@ -26,7 +26,7 @@ pub fn Download(cx: Scope) -> Element { } li { a { - class: "font-semibold hover:underline hover:bg-green-500", + class: "font-semibold hover:underline hover:text-green-500", href: "{DESKTOP_DOWNLOAD_MAC}", "Download for Mac" }