diff --git a/services/web/app/views/general/404.pug b/services/web/app/views/general/404.pug index 8754ba5757..092b495325 100644 --- a/services/web/app/views/general/404.pug +++ b/services/web/app/views/general/404.pug @@ -1,7 +1,7 @@ extends ../layout block content - .content + .content.content-alt .container .error-container .error-figure diff --git a/services/web/app/views/general/500.pug b/services/web/app/views/general/500.pug index 9bce0868e0..f1dc479a1d 100644 --- a/services/web/app/views/general/500.pug +++ b/services/web/app/views/general/500.pug @@ -7,7 +7,7 @@ html.full-height(itemscope, itemtype='http://schema.org/Product') link(rel="stylesheet", href=buildCssPath("/" + settings.brandPrefix + "style.css")) link(href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css",rel="stylesheet") body.full-height - .content.full-height + .content.content-alt.full-height .container.full-height .error-container.full-height .error-figure.error-figure-500 diff --git a/services/web/public/stylesheets/core/ol-variables.less b/services/web/public/stylesheets/core/ol-variables.less index cf2e0e8e81..4c61f50c15 100644 --- a/services/web/public/stylesheets/core/ol-variables.less +++ b/services/web/public/stylesheets/core/ol-variables.less @@ -40,7 +40,7 @@ // Backgrounds @body-bg : #FFF; -@content-alt-bg-color : @ol-blue-gray-1; +@content-alt-bg-color : @ol-blue-gray-0; // Border @border-color-base: @ol-blue-gray-2;