From 6ecbbff345eed6e252ea8b2567176464873cb531 Mon Sep 17 00:00:00 2001 From: Jonathan Winter <14960780+jhwinter@users.noreply.github.com> Date: Sat, 19 Sep 2020 14:30:27 -0400 Subject: Add LastPass recipe (#290) --- uncompressed/meetfranz-lastpass/darkmode.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 uncompressed/meetfranz-lastpass/darkmode.css (limited to 'uncompressed/meetfranz-lastpass/darkmode.css') 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 @@ +html { + -webkit-filter: invert(100%); + -moz-filter: invert(100%); + -o-filter: invert(100%); + -ms-filter: invert(100%); +} -- cgit v1.2.3-70-g09d2