diff options
| -rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |
