From 6c90022f6d00938b5c4873c63a0e3fed5967dd7f Mon Sep 17 00:00:00 2001 From: Mike <69073372+Cr4zyc4k3@users.noreply.github.com> Date: Mon, 12 Apr 2021 11:22:21 +0200 Subject: [PATCH] changed style --- personal_export.user.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/personal_export.user.js b/personal_export.user.js index 7984c51..2b9a187 100644 --- a/personal_export.user.js +++ b/personal_export.user.js @@ -14,12 +14,5 @@ download.href = `data:application/json;charset=utf-8,${encodeURIComponent(JSON.s }))))}`; download.download = wachenId + "_personals.json"; - download.style.width = '160px'; // setting the width to 200px - download.style.height = '80px'; // setting the height to 200px - download.style.background = 'red'; // setting the background color to teal - download.style.color = 'white'; // setting the color to white - download.style.fontSize = '26px'; // setting the font size to 20px - download.style.borderColor = "darkred"; - download.style.borderRadius = '40px'; - -document.querySelector('h1').append(download); \ No newline at end of file +download.classList.add('btn','btn-danger', 'pull-right'); +document.querySelector('h1').append(download);