From 12fcff9fe89277426ce910d17e579e20922a799b Mon Sep 17 00:00:00 2001 From: Rijnder Wever Date: Fri, 3 Jun 2022 16:46:05 +0200 Subject: Remove superfluous css It makes no sense to force text to be white, especially for users that already use a white background. I probably included this line by mistake. --- misc/userscripts/readability-js | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc/userscripts/readability-js b/misc/userscripts/readability-js index 485957ddb..752b759bb 100755 --- a/misc/userscripts/readability-js +++ b/misc/userscripts/readability-js @@ -59,9 +59,6 @@ const HEADER = ` width: 100%; margin: 0 0; } - a.reader-title { - color: #FFFFFF !important; - } img { max-width:100%; height:auto; -- cgit v1.2.3-54-g00ecf