aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/darkmode
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-09-24 09:31:55 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-09-24 09:31:55 +0200
commitb3a9cf43a5a2da830fdc401e461a831cbd5c2764 (patch)
treeea6d0755abeaa9c857ea5e780491ab412ef5f873 /src/webview/darkmode
parentAdd darkreader to feature list and changelog (diff)
downloadferdium-app-b3a9cf43a5a2da830fdc401e461a831cbd5c2764.tar.gz
ferdium-app-b3a9cf43a5a2da830fdc401e461a831cbd5c2764.tar.zst
ferdium-app-b3a9cf43a5a2da830fdc401e461a831cbd5c2764.zip
Add ignore list for darkmode
Diffstat (limited to 'src/webview/darkmode')
-rw-r--r--src/webview/darkmode/ignore.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webview/darkmode/ignore.js b/src/webview/darkmode/ignore.js
new file mode 100644
index 000000000..110df364f
--- /dev/null
+++ b/src/webview/darkmode/ignore.js
@@ -0,0 +1,3 @@
1export default [
2 'discordapp.com',
3];