aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lastpass/darkmode.css
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/lastpass/darkmode.css')
-rw-r--r--recipes/lastpass/darkmode.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/lastpass/darkmode.css b/recipes/lastpass/darkmode.css
new file mode 100644
index 0000000..342b01b
--- /dev/null
+++ b/recipes/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}