Forgot the theming of the download button

This commit is contained in:
Tissevert 2020-02-03 18:50:42 +01:00
parent f7a0ff1be7
commit a136cab1c8
1 changed files with 8 additions and 0 deletions

8
skin/settings.css Normal file
View File

@ -0,0 +1,8 @@
#export a {
padding: 0.5em;
margin: 0 1em;
border-radius: 0.5em;
text-decoration: none;
background: #35e;
color: #fff;
}