From 2579875c6a5f0b936545590450f79fae128352e3 Mon Sep 17 00:00:00 2001 From: Spectralitree <72747870+Spectralitree@users.noreply.github.com> Date: Sun, 12 Dec 2021 23:08:46 +0100 Subject: [PATCH] fix: make links more readable on dark mode --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 9586c3f5..58651f83 100644 --- a/style.css +++ b/style.css @@ -80,6 +80,12 @@ blockquote { width: auto; } +.description a { + text-decoration: none; + color: #457ead !important; + font-weight: bold; +} + @media (min-width: 768px) { .banner { height: 50vh;