From c29827e919a545f1b4f8c4de3fba93ca064af430 Mon Sep 17 00:00:00 2001 From: hensm Date: Wed, 9 Sep 2020 15:36:30 +0100 Subject: [PATCH] Use bold font for site download buttons --- docs/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.css b/docs/index.css index 9a76217..67fc806 100755 --- a/docs/index.css +++ b/docs/index.css @@ -140,6 +140,7 @@ h1.site-header__title { .download__ext, .download__app { font-size: 1.75rem; + font-weight: 600; margin-bottom: 0.5em; }