From 1ca6db8b56bfcce9fb394bd2e34c3e8770603d22 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 19 Mar 2024 19:14:04 +0100 Subject: [PATCH] made in-game news message italics --- web/ingamenews.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ingamenews.html b/web/ingamenews.html index e1e8924..2b84c3a 100644 --- a/web/ingamenews.html +++ b/web/ingamenews.html @@ -14,7 +14,7 @@ summary: Tiny Life's in-game news, but displayed on the web {% if content != "" %} {% include anchor_headings.html html=content anchorBody="#" anchorClass="anchor-heading" %} {% else %} -

There are no in-game news at the moment.

+

There are no in-game news at the moment.

{% endif %}