diff --git a/blog.html b/blog.html index d724ef1..7b43ae1 100644 --- a/blog.html +++ b/blog.html @@ -9,10 +9,12 @@
- A stuffed mouse in front of a wall with stripes of warm colours, this is Midgard's online avatar -
- midgard -
+ + A stuffed mouse in front of a wall with stripes of warm colours, this is Midgard's online avatar +
+ midgard +
+
diff --git a/index.html b/index.html index 82f211f..d394fd3 100644 --- a/index.html +++ b/index.html @@ -8,10 +8,12 @@
- A stuffed mouse in front of a wall with stripes of warm colours, this is Midgard's online avatar -

- midgard -

+ + A stuffed mouse in front of a wall with stripes of warm colours, this is Midgard's online avatar +

+ midgard +

+
diff --git a/public/main.css b/public/main.css index 7a2bb10..c7978b6 100644 --- a/public/main.css +++ b/public/main.css @@ -166,6 +166,12 @@ body > header img { height: 25vmin; display: inline-block; } +body > header a { + text-decoration: none; +} +body > header a:hover img { + filter: brightness(110%); +} .sitename { margin: 0; margin-left: 0.3em; @@ -300,7 +306,7 @@ main header { } kbd, code { - padding: 0.3em 0.4em 0.2em; + padding: 0.3em 0.4em 0.3em; border-radius: 0.5em; vertical-align: middle; @@ -312,7 +318,7 @@ kbd, code { } kbd { background-color: #fff; - border-bottom: 1px solid #ddd; + border-bottom: 2px solid #ddd; } code { background-color: #efe5e0;