summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRijnder Wever <rien334@gmail.com>2022-06-03 16:46:05 +0200
committerGitHub <noreply@github.com>2022-06-03 16:46:05 +0200
commit12fcff9fe89277426ce910d17e579e20922a799b (patch)
tree75908a9fafe06cd6a72bc2912e9b40e2d988a4c9
parent95e3c7f966af52e7cb264fd10cef9285d22d22f7 (diff)
downloadqutebrowser-12fcff9fe89277426ce910d17e579e20922a799b.tar.gz
qutebrowser-12fcff9fe89277426ce910d17e579e20922a799b.zip
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.
-rwxr-xr-xmisc/userscripts/readability-js3
1 files changed, 0 insertions, 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;