diff --git a/examples/dev/index.html b/examples/dev/index.html
index d4ebc1c7b..9d8af9b7a 100644
--- a/examples/dev/index.html
+++ b/examples/dev/index.html
@@ -14,8 +14,8 @@
#upload-form {
max-width: 400px;
- margin: auto;
text-align: left;
+ margin: auto;
}
a {
@@ -37,8 +37,12 @@
li {
margin: 60px;
}
+
+ .foo a {
+ color: purple;
+ }
-
+
Uppy is here