diff --git a/index.html b/index.html index 34fb68d..ea7ae12 100644 --- a/index.html +++ b/index.html @@ -48,8 +48,14 @@ -

/ ˈsiːzə ˈskɪnəs /

-

Sailor;  programmer;  web developer;  publisher.

+

+ + / ˈsiːzə ˈskɪnəs / + +

+

+ Sailor;  programmer;  web developer;  publisher. +

Hello. Thanks for dropping by. There’s not much to see here at the moment, but feel free to drop me a line using one of the links below. diff --git a/style.css b/style.css index 0b6a112..802ecc6 100644 --- a/style.css +++ b/style.css @@ -18,6 +18,15 @@ body { h1, p { margin: 0; } +a { + color: #888; + text-decoration: none; + border-bottom: 1px solid #555; +} +a:hover { + color: #08f; + border-bottom-color: #08f; +} header { margin: 0 0 1em; } @@ -70,6 +79,7 @@ img.profile { height: 1em; overflow: hidden; text-decoration: none; + border: none; font-size: 1.7em; color: inherit; }