diff options
| author | Xe Iaso <me@christine.website> | 2022-12-28 12:14:08 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-12-28 12:14:08 -0500 |
| commit | b292f3830e43830308ebd8e8d17ab38e9ed2461b (patch) | |
| tree | 951d70bbdbc1592d1984d322bec9cdbaaf558d59 /static/css/no-fun-allowed.user.css | |
| parent | 3299a4fa2a58ba07b182b9f169493ba33dfbd6bb (diff) | |
| download | xesite-b292f3830e43830308ebd8e8d17ab38e9ed2461b.tar.xz xesite-b292f3830e43830308ebd8e8d17ab38e9ed2461b.zip | |
Update to axum 0.6
Closes #579
Closes #580
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'static/css/no-fun-allowed.user.css')
| -rw-r--r-- | static/css/no-fun-allowed.user.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/css/no-fun-allowed.user.css b/static/css/no-fun-allowed.user.css new file mode 100644 index 0000000..8f9b584 --- /dev/null +++ b/static/css/no-fun-allowed.user.css @@ -0,0 +1,10 @@ +/* ==UserStyle== +@name No Fun Allowed +@updateURL https://xeiaso.net/static/css/no-fun-allowed.user.css +==/UserStyle== */ + +@-moz-document domain("xeiaso.net") { + .xeblog-slides-fluff { + display: none !important; + } +} |
