aboutsummaryrefslogtreecommitdiff
path: root/content.css
diff options
context:
space:
mode:
author8cy <[email protected]>2020-05-23 02:25:46 -0700
committer8cy <[email protected]>2020-05-23 02:25:46 -0700
commit7565a48b941c0d2237b0c90a4e0e906b5581e161 (patch)
treebeb54a16e8009eb1782bb9577fd6c59573ed7bfe /content.css
downloadstrelizia-extension-7565a48b941c0d2237b0c90a4e0e906b5581e161.tar.xz
strelizia-extension-7565a48b941c0d2237b0c90a4e0e906b5581e161.zip
DARLING in the FRANXXHEADmaster
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