summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrien333 <rien334@gmail.com>2020-11-25 23:56:58 +0100
committerrien333 <rien334@gmail.com>2020-11-25 23:56:58 +0100
commit872e439cd922e798a8489bfdc7c6d4cb4ca9d8bc (patch)
tree1481615886d6f455a370cb69126c058c914ef3da
parent7af9b81a06f696072688dc4d8ff0768b03e05c0c (diff)
downloadqutebrowser-872e439cd922e798a8489bfdc7c6d4cb4ca9d8bc.tar.gz
qutebrowser-872e439cd922e798a8489bfdc7c6d4cb4ca9d8bc.zip
Increase visibility of certain elements under darkmode
-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 8167a4997..80a70a9f8 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;