# HG changeset patch
# User Ram Rachum <ram@rachum.com>
# Date 1597582558 -10800
#      Sun Aug 16 15:55:58 2020 +0300
# Branch download
# Node ID 186426e25eb8b47461c7c30e550c4a88fd1c183e
# Parent  d4666b08bd985c611398eb6bdcab1183bef59d57
Adding download button

diff --git a/image/download.svg b/image/download.svg
new file mode 100644
--- /dev/null
+++ b/image/download.svg
@@ -0,0 +1,1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-download"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>
\ No newline at end of file
diff --git a/public/assets/css/styles.css b/public/assets/css/styles.css
--- a/public/assets/css/styles.css
+++ b/public/assets/css/styles.css
@@ -268,7 +268,7 @@
 }
 
 #download {
-  background: #FCC;
+  border: 2px solid black;
   border-radius: 5px;
   text-align: center;
   padding: 10px;
diff --git a/themes/pypy/assets/css/styles.css b/themes/pypy/assets/css/styles.css
--- a/themes/pypy/assets/css/styles.css
+++ b/themes/pypy/assets/css/styles.css
@@ -268,7 +268,7 @@
 }
 
 #download {
-  background: #FCC;
+  border: 2px solid black;
   border-radius: 5px;
   text-align: center;
   padding: 10px;