summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-04-22 00:56:51 -0400
committerJules Laplace <jules@okfoc.us>2017-04-22 00:56:51 -0400
commit4c9c192388fd39640e88d2517ed6591ccc06a928 (patch)
treedea9188e540576dddb42ece0a1897b472f8b0e65
parenta6581c55ba134b3c9547968315c8915ae52fe016 (diff)
styling
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index ea16dc1..1aaa5fa 100644
--- a/index.html
+++ b/index.html
@@ -1,12 +1,13 @@
<html>
<head>
-<title>harp 2</title>
+<title>kalimba</title>
<style>
body {
font-family: 'courier', monospace;
text-shadow: 0 0 2px #fff;
transition: background-color 100ms;
}
+.heading { cursor: pointer; }
.selected { font-weight: bold }
</style>
</head>