From 726bd846acfe8c5920ddc74a043944b47710c99b Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Wed, 29 May 2024 20:21:13 +0200 Subject: [PATCH] Improve contrast of buttons in post/release pages Use the .btn-primary CSS class for buttons instead of .btn-secondary, which makes them have blue background with white text. This greatly improves contrast. --- _includes/post.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/post.html b/_includes/post.html index 9cca38685..2dd519e43 100644 --- a/_includes/post.html +++ b/_includes/post.html @@ -29,11 +29,11 @@

{{ title }}

{% endif %} {% if download %} - Download + Download {% elsif package and version %} - Download + Download {%- if hasDocumentation and not hideDocumentation %} - Documentation + Documentation {%- endif %} {% endif %}