From 2c315368dac5533cc3882aef75408a48f381def3 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 17 Feb 2021 14:18:40 +0530 Subject: [PATCH] use thematic background-color on 404 page and fix minor layout issues --- customize.dist/src/less2/pages/page-404.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/customize.dist/src/less2/pages/page-404.less b/customize.dist/src/less2/pages/page-404.less index 575efa19c..bcacdf1ee 100644 --- a/customize.dist/src/less2/pages/page-404.less +++ b/customize.dist/src/less2/pages/page-404.less @@ -3,14 +3,13 @@ html, body { .font_main(); + height: 100%; margin: 0px; padding: 0px; - background-color: @cp_static-bg; // FIXME doesn't get applied + background-color: @cp_static-bg !important; color: @cryptpad_text_col; font-family: "IBM Plex Mono"; #cp-main { - - height: 100vh; margin: 0px; width: 100%; padding-top: 5%;