diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-04-22 00:56:51 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-04-22 00:56:51 -0400 |
| commit | 4c9c192388fd39640e88d2517ed6591ccc06a928 (patch) | |
| tree | dea9188e540576dddb42ece0a1897b472f8b0e65 | |
| parent | a6581c55ba134b3c9547968315c8915ae52fe016 (diff) | |
styling
| -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> |
