diff --git a/demo/index.html b/demo/index.html
index 612b4f0..797d492 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -18,7 +18,9 @@
button {
margin-top: 10px;
- font-family: system,-apple-system,"BlinkMacSystemFont",".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande","Ubuntu","arial",sans-serif;
+ font-family: system, -apple-system, "BlinkMacSystemFont",
+ ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI",
+ "Helvetica Neue", "Lucida Grande", "Ubuntu", "arial", sans-serif;
background-color: rgba(20, 20, 25);
border: 1px solid rgba(60, 60, 70);
border-radius: 12px;
@@ -27,7 +29,7 @@
font-size: 14px;
padding: 12px 16px;
text-align: center;
- transition: transform .2s, background-color .2s, border-color .2s;
+ transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
width: fit-content;
}
@@ -41,7 +43,7 @@
}
button:active {
- transform: scale(.98)
+ transform: scale(0.98);
}
.source {
color: black;
@@ -77,11 +79,12 @@
>Source code