aboutsummaryrefslogtreecommitdiff
path: root/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'content.css')
-rw-r--r--content.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/content.css b/content.css
new file mode 100644
index 0000000..7f070b1
--- /dev/null
+++ b/content.css
@@ -0,0 +1,21 @@
+#loli-lasso {
+ position: fixed;
+ border: 1px dotted;
+ background: rgba(255, 255, 255, 0.1);
+ display: none;
+ left: 0;
+ right: 0;
+ width: 0;
+ height: 0;
+ z-index: 999;
+}
+
+body.loli-filter:after {
+ content: '';
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 998;
+} \ No newline at end of file