From ed8f0d09fb6dd73680ace69a6d7fdccd462830f9 Mon Sep 17 00:00:00 2001 From: Caesar Schinas Date: Sun, 31 Oct 2021 18:47:39 +0000 Subject: [PATCH] fix: link colours in light mode --- style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 802ecc6..a296fa4 100644 --- a/style.css +++ b/style.css @@ -19,9 +19,9 @@ h1, p { margin: 0; } a { - color: #888; + color: inherit; text-decoration: none; - border-bottom: 1px solid #555; + border-bottom: 1px solid #bbb; } a:hover { color: #08f; @@ -98,6 +98,9 @@ img.profile { img.profile { border-color: #999; } + a { + border-bottom: 1px solid #555; + } } @media (min-width: 480px) {