diff --git a/docs/index.html b/docs/index.html
index cc54171..387dc37 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,2 +1,2 @@
-
Demo | React Musical Keyboard
+Demo | React Musical Keyboard
\ No newline at end of file
diff --git a/example/index.html b/example/index.html
index 3545cc3..8a1a570 100644
--- a/example/index.html
+++ b/example/index.html
@@ -30,6 +30,7 @@
height: 100%;
color: white;
background-color: black;
+ font-family: system-ui, sans-serif;
}
body {
@@ -74,6 +75,7 @@
overflow-x: auto;
color: black;
background-color: white;
+ cursor: pointer;
}
#keyboard-scroll {