aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-09-12 12:26:33 +0000
committerXe Iaso <me@christine.website>2022-09-12 12:26:57 +0000
commit1dfabc42cebe4f4585e5a9930735ed276f61eff7 (patch)
tree1e4ce420e33ca88e928068359a696ce2f5dbe9ac /css
parentba28966de6d7de4b36cd3278e00a01432680b944 (diff)
downloadxesite-1dfabc42cebe4f4585e5a9930735ed276f61eff7.tar.xz
xesite-1dfabc42cebe4f4585e5a9930735ed276f61eff7.zip
My website is fast
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'css')
-rw-r--r--css/no-fun-allowed.user.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/css/no-fun-allowed.user.css b/css/no-fun-allowed.user.css
new file mode 100644
index 0000000..85b1874
--- /dev/null
+++ b/css/no-fun-allowed.user.css
@@ -0,0 +1,10 @@
+/* ==UserStyle==
+@name No Fun Allowed
+@updateURL https://xeiaso.net/css/no-fun-allowed.user.css
+==/UserStyle== */
+
+@-moz-document domain("xeiaso.net") {
+ .xeblog-slides-fluff {
+ display: none !important;
+ }
+}