From 3ea6f458fa17b2a6e600a826e4e42633dc6ea0ff Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Tue, 21 Jul 2020 10:57:05 +0200 Subject: [PATCH] change (nsfw) to (some nsfw) --- style/shiny/index.css | 2 +- style/tum/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/style/shiny/index.css b/style/shiny/index.css index ae1934f..cd4bd80 100644 --- a/style/shiny/index.css +++ b/style/shiny/index.css @@ -46,7 +46,7 @@ header h1::after { @media speech { .nsfw::after { - content: ' (nsfw)'; + content: ' (some nsfw)'; } } diff --git a/style/tum/index.css b/style/tum/index.css index 07233c2..1b191ab 100644 --- a/style/tum/index.css +++ b/style/tum/index.css @@ -73,7 +73,7 @@ li.nsfw { } @media speech { .nsfw::after { - content: ' (nsfw)'; + content: ' (some nsfw)'; } }