From b85376f164f02abf1011ada70b5f9d68f3ee9115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 10 Jun 2023 14:18:38 +0200 Subject: [PATCH] theme: flip 404 image #566 --- layouts/404.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/404.html b/layouts/404.html index 3d8f159d15..f82c1c3b89 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -54,6 +54,7 @@ fill: var(--MAIN-TEXT-color) !important; } #shrug svg{ + transform: scaleX(-1); width: 15rem; }