From cb63e88cdc4c5ccd976bd3e119c1cc92b7ad59ae Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 27 Sep 2025 16:52:43 +0300 Subject: [PATCH] style(website): colored download links --- apps/website/src/pages/Download/download.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/website/src/pages/Download/download.css b/apps/website/src/pages/Download/download.css index 9296ce356..50f041950 100644 --- a/apps/website/src/pages/Download/download.css +++ b/apps/website/src/pages/Download/download.css @@ -27,6 +27,15 @@ flex-direction: column; } +.download-card a { + color: var(--accent-color); + text-decoration: none; +} + +.download-card a:hover { + text-decoration: underline; +} + .download-options { justify-content: flex-end; align-items: stretch;