Remove unused code and add gengeric font default

This commit is contained in:
TobiGr
2018-09-11 16:27:35 +02:00
parent d3e25184e0
commit 3acfb02694

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
html, body {
font-family: Roboto, Arial;
font-family: Roboto, Arial, sans-serif;
margin: 0;
padding: 15px;
background: #f3eff2;
@@ -65,12 +65,6 @@
#clipboard-message.visible {
opacity: 1;
}
@keyframes clipboard {
0% {opacity: 0;}
30% {opacity: 1;}
70% {opacity: 1;}
100% {opacity: 0;}
}
a button {
text-decoration: none;
color: #fff;