From 65a6adad2e977ed49d29b852d7d809d395fdb7c9 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 28 Feb 2023 21:22:37 +0100 Subject: [PATCH] Fix download link styles in checklist --- sass/style.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index 64503e3..51bbd24 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -362,6 +362,9 @@ body.noscroll { .download { margin-top: 1rem; cursor: pointer; + color: inherit; + text-decoration: none; + margin-top: auto; &:hover { color: lighten($col-accent, 25%);