From 9225fc2562b90b49dda042da1526a3b69d042b07 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Sat, 3 Oct 2020 20:24:49 +0800 Subject: [PATCH] Add style changes to example page Set font and cursor --- docs/index.html | 2 +- example/index.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 {