Better UI for save button

This commit is contained in:
Miraty 2021-11-25 20:34:34 +01:00
commit b280d85a4a
3 changed files with 11 additions and 2 deletions

View file

@ -425,3 +425,12 @@ input[type=color] {
}
}
a[download]::before {
content: "💾 ";
filter: drop-shadow(1px 1px white)
drop-shadow(-1px -1px white)
drop-shadow(-1px 1px white)
drop-shadow(1px -1px white);
}