aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/meetfranz-lastpass/darkmode.css
diff options
context:
space:
mode:
authorLibravatar Jonathan Winter <14960780+jhwinter@users.noreply.github.com>2020-09-19 14:30:27 -0400
committerLibravatar GitHub <noreply@github.com>2020-09-19 19:30:27 +0100
commit6ecbbff345eed6e252ea8b2567176464873cb531 (patch)
treeb8be0c24fc98d4582936dcc1c36ce716607c302a /uncompressed/meetfranz-lastpass/darkmode.css
parentUpdate Jitsi Meet to allow self-hosted versions and fix UA string (#167) (diff)
downloadferdium-recipes-6ecbbff345eed6e252ea8b2567176464873cb531.tar.gz
ferdium-recipes-6ecbbff345eed6e252ea8b2567176464873cb531.tar.zst
ferdium-recipes-6ecbbff345eed6e252ea8b2567176464873cb531.zip
Add LastPass recipe (#290)
Diffstat (limited to 'uncompressed/meetfranz-lastpass/darkmode.css')
-rw-r--r--uncompressed/meetfranz-lastpass/darkmode.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/uncompressed/meetfranz-lastpass/darkmode.css b/uncompressed/meetfranz-lastpass/darkmode.css
new file mode 100644
index 0000000..342b01b
--- /dev/null
+++ b/uncompressed/meetfranz-lastpass/darkmode.css
@@ -0,0 +1,6 @@
1html {
2 -webkit-filter: invert(100%);
3 -moz-filter: invert(100%);
4 -o-filter: invert(100%);
5 -ms-filter: invert(100%);
6}