summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-12-03 12:28:20 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-12-03 12:28:20 +0100
commit4eda626daa94627498c04a7b3ac8dbfd693bdca6 (patch)
treea1b537940f53a57eb25d38077b05e41fdc0b008e
parentee1431ab4881e4d1814e22f6ace729ddbb1329d2 (diff)
parent872e439cd922e798a8489bfdc7c6d4cb4ca9d8bc (diff)
downloadqutebrowser-4eda626daa94627498c04a7b3ac8dbfd693bdca6.tar.gz
qutebrowser-4eda626daa94627498c04a7b3ac8dbfd693bdca6.zip
Merge remote-tracking branch 'origin/pr/5912'
-rwxr-xr-xmisc/userscripts/readability-js4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/userscripts/readability-js b/misc/userscripts/readability-js
index e189e5ee4..310d1c081 100755
--- a/misc/userscripts/readability-js
+++ b/misc/userscripts/readability-js
@@ -57,7 +57,7 @@ const HEADER = `
table,
th,
td {
- border: 1px solid currentColor;
+ border: 1px solid grey;
border-collapse: collapse;
padding: 6px;
vertical-align: top;
@@ -77,7 +77,7 @@ const HEADER = `
background-color: #dddddd;
}
blockquote {
- border-inline-start: 2px solid #333333 !important;
+ border-inline-start: 2px solid grey !important;
padding: 0;
padding-inline-start: 16px;
margin-inline-start: 24px;