From 1734f5fafda3485c7a038a9d7c06655ff90c6d01 Mon Sep 17 00:00:00 2001 From: ALittlePatate Date: Sun, 25 Aug 2024 15:29:43 +0200 Subject: [PATCH] fix: body being black with dark reader extensions --- css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/styles.css b/css/styles.css index 06cc8f8..f3cb78a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -82,6 +82,7 @@ a:active { body { color: white; + background-color: transparent; } p {