diff --git a/customize.dist/four-oh-four.js b/customize.dist/four-oh-four.js index bcae8b4b2..568faf951 100644 --- a/customize.dist/four-oh-four.js +++ b/customize.dist/four-oh-four.js @@ -9,7 +9,7 @@ define([ ], function ($, Config, h, LocalStore, Messages) { var urlArgs = Config.requireConf.urlArgs; var img = h('img#cp-logo', { - src: '/customize/cryptpad-new-logo-colors-logoonly.png?' + urlArgs + src: '/customize/CryptPad_logo_grey.svg?' + urlArgs }); var brand = h('h1#cp-brand', 'CryptPad'); diff --git a/customize.dist/src/less2/pages/page-404.less b/customize.dist/src/less2/pages/page-404.less index 9ff9cdcc3..a42391e66 100644 --- a/customize.dist/src/less2/pages/page-404.less +++ b/customize.dist/src/less2/pages/page-404.less @@ -5,6 +5,9 @@ html, body { .font_main(); margin: 0px; padding: 0px; + background-color: @colortheme_info-background; + color: @cryptpad_text_col; + font-family: "IBM Plex Mono"; #cp-main { height: 100vh; @@ -18,7 +21,6 @@ html, body { margin: auto; } #cp-brand { - font-family: neuropolitical; font-size: 40px; } #cp-title { @@ -27,10 +29,6 @@ html, body { #cp-scramble, #cp-link { font-size: 20px; } - #cp-title, #cp-scramble, #cp-link { - //font-family: 'Open Sans'; - font-family: monospace; - } } }