From 5b3ca839a38599ff307c99fb101cff751c18cfff Mon Sep 17 00:00:00 2001 From: lyx0 <66651385+lyx0@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:53:53 +0100 Subject: [PATCH] fix visibility of links in darkmode --- dist/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dist/style.css b/dist/style.css index d4c1e15..b7ba569 100644 --- a/dist/style.css +++ b/dist/style.css @@ -1,4 +1,9 @@ body { - background: #222; + background: #222428; color: #F2F2F2; } +a { + color: ##82a2f2; + background-color: transparent; + text-decoration: none; +}