From 8d3dda1cec8df1ccff162197e5948a0a5f85a59a Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Wed, 4 Sep 2019 14:56:37 +0200 Subject: [PATCH] Bold buttons --- style/select.css | 4 ++++ style/single.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/style/select.css b/style/select.css index 5681ee5..6bfadbc 100644 --- a/style/select.css +++ b/style/select.css @@ -232,3 +232,7 @@ body > * { #maskButton { justify-self: flex-start; } + +#btnDownload { + font-weight: bold; +} diff --git a/style/single.css b/style/single.css index 4ae2791..8f51043 100644 --- a/style/single.css +++ b/style/single.css @@ -81,3 +81,7 @@ h3 { font-weight: normal; font-style: italic; } + +#btnDownload { + font-weight: bold; +} \ No newline at end of file