From 8f954ab7c662e0c507c2328d5b2683fbd4c3a391 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 15 Jul 2026 02:57:48 +0200 Subject: Remove vendor specific CSS styles --- assets/_sass/pages/_fourofour.scss | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'assets/_sass/pages') diff --git a/assets/_sass/pages/_fourofour.scss b/assets/_sass/pages/_fourofour.scss index 5257ff1..c8cd137 100644 --- a/assets/_sass/pages/_fourofour.scss +++ b/assets/_sass/pages/_fourofour.scss @@ -1,9 +1,8 @@ -.page-not-found { - text-align: center; - - svg { - fill: currentColor; - color: var(--grey-ddd); - margin: 0 auto; - } -} +.page-not-found { + text-align: center; +} +.page-not-found svg { + fill: currentColor; + color: var(--grey-ddd); + margin: 0 auto; +} -- cgit v1.2.3