From 60b8e7ad2fbb39aae19a6eb854bb43884e40dbd5 Mon Sep 17 00:00:00 2001 From: lyx0 <66651385+lyx0@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:00:37 +0100 Subject: [PATCH] fix visibility of links in darkmode --- dist/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dist/style.css b/dist/style.css index b7ba569..dbcb87c 100644 --- a/dist/style.css +++ b/dist/style.css @@ -3,7 +3,6 @@ body { color: #F2F2F2; } a { - color: ##82a2f2; + color: #82a2f2; background-color: transparent; - text-decoration: none; }