aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/darkmode
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-16 11:06:27 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-16 11:06:27 +0200
commita56408ad7531c1f5e552f926a88cc4540d805b85 (patch)
treeb2b544c5b8deec837df7499c04aaa419246a912a /src/webview/darkmode
parentAdd custom CSS for darkmode to fix WhatsApp and Threema QR codes (diff)
downloadferdium-app-a56408ad7531c1f5e552f926a88cc4540d805b85.tar.gz
ferdium-app-a56408ad7531c1f5e552f926a88cc4540d805b85.tar.zst
ferdium-app-a56408ad7531c1f5e552f926a88cc4540d805b85.zip
Add button to directly open darkmode.css
Diffstat (limited to 'src/webview/darkmode')
-rw-r--r--src/webview/darkmode/custom.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webview/darkmode/custom.js b/src/webview/darkmode/custom.js
index 4b2b89fb2..f767f5755 100644
--- a/src/webview/darkmode/custom.js
+++ b/src/webview/darkmode/custom.js
@@ -1,5 +1,5 @@
1// CSS for pages that need custom styles to work correctly in darkmode 1// CSS for pages that need custom styles to work correctly in darkmode
2export default { 2export default {
3 'web.whatsapp.com': ` 3 'web.whatsapp.com': `
4 div.landing-window > div.landing-main { 4 div.landing-window > div.landing-main {
5 background-color: #FFFFFF !important; 5 background-color: #FFFFFF !important;
@@ -18,5 +18,5 @@ export default {
18 .scan input.md-input { 18 .scan input.md-input {
19 color: #212121; 19 color: #212121;
20 } 20 }
21 ` 21 `,
22}; 22};