From c2532014be424092103fb3bbf3e846ca86a76c8e Mon Sep 17 00:00:00 2001 From: Jakub Date: Tue, 13 Feb 2024 22:19:15 -0500 Subject: [PATCH] remove JUST the dupe 404.css file this time --- static/css/colorschemes/404.css | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 static/css/colorschemes/404.css diff --git a/static/css/colorschemes/404.css b/static/css/colorschemes/404.css deleted file mode 100644 index f324d20..0000000 --- a/static/css/colorschemes/404.css +++ /dev/null @@ -1,21 +0,0 @@ -.not-found ul.menu li { - width: 100%; -} - -.not-found a.logo { - width: 100%; - background-color: var(--alt-bg); - text-align: center; - pointer-events: none; -} - -h1.not-found-num { - text-align: center; - font-size: 72px; - margin-top: 0; -} - -h1.not-found { - text-align: center; - margin-bottom: 0; -}