From d0cc01d833d340363a9e5b05711339c9d82590f2 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Wed, 30 Jul 2025 04:54:15 +0200 Subject: [PATCH 1/2] fix: :speech_balloon: update blog post Add note that Mouthwashing has been delisted from itch.io search results since October 2024 --- src/posts/2025-07-28_collective-shout-puritan-agenda.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/posts/2025-07-28_collective-shout-puritan-agenda.md b/src/posts/2025-07-28_collective-shout-puritan-agenda.md index 1c9eaa4..7acbb4a 100644 --- a/src/posts/2025-07-28_collective-shout-puritan-agenda.md +++ b/src/posts/2025-07-28_collective-shout-puritan-agenda.md @@ -126,7 +126,10 @@ Another one is [*Radiator 2*][itch-radiator-2] by Robert Yang, former teacher at [itch-radiator-2]: https://radiatoryang.itch.io/radiator2 -Yet another game hit with delisting from itch.io search results is [*Mouthwashing*][itch-mouthwashing], "a narrative driven first-person horror game following the dying crew of a shipwrecked space freighter." What does this have to do with sexualization of women and girls in games and media? Fuck all! There's only an implied mention of a character getting pregnant from non-consensual intercourse, which is never depicted. +> [!note] Update 2025-07-30 +> I've been informed that Mouthwashing has been delisted from itch.io [since October 2024](https://bsky.app/profile/itch.io/post/3lv2hlptfos2x) for not meeting indexing criteria, i.e. having actual files for download. The download button for Mouthwashing on itch.io links to the game's Steam page where it remains available. + +~~Yet another game hit with delisting from itch.io search results is [*Mouthwashing*][itch-mouthwashing], "a narrative driven first-person horror game following the dying crew of a shipwrecked space freighter." What does this have to do with sexualization of women and girls in games and media? Fuck all! There's only an implied mention of a character getting pregnant from non-consensual intercourse, which is never depicted.~~ [itch-mouthwashing]: https://kasuraga.itch.io/mouthwashing From a88aa229555ba8c3ce3302ecc9425dd2b36ccede Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Wed, 30 Jul 2025 04:54:39 +0200 Subject: [PATCH 2/2] feat: :lipstick: add styling for strikethrough text --- src/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/style.css b/src/css/style.css index 86b1d1d..f03efc4 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -110,6 +110,10 @@ abbr { } } +s { + @apply line-through decoration-red-800 decoration-2; +} + @media (hover: hover) { abbr { @apply underline decoration-sky-600 decoration-dotted decoration-2 underline-offset-4;