From 9dc01619d319b199b064af8136f8879551c21a22 Mon Sep 17 00:00:00 2001 From: Caesar Schinas Date: Sun, 31 Oct 2021 18:37:28 +0000 Subject: [PATCH] feat: add link to ipa-reader.xyz --- index.html | 10 ++++++++-- style.css | 10 ++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) 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; }