From a136cab1c8f58a55e59fe915bb00f54c7a0c2e2f Mon Sep 17 00:00:00 2001 From: Tissevert Date: Mon, 3 Feb 2020 18:50:42 +0100 Subject: [PATCH] Forgot the theming of the download button --- skin/settings.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 skin/settings.css diff --git a/skin/settings.css b/skin/settings.css new file mode 100644 index 0000000..732141a --- /dev/null +++ b/skin/settings.css @@ -0,0 +1,8 @@ +#export a { + padding: 0.5em; + margin: 0 1em; + border-radius: 0.5em; + text-decoration: none; + background: #35e; + color: #fff; +}