aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/meetfranz-lastpass/darkmode.css
diff options
context:
space:
mode:
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}