Quellcode durchsuchen

Merge pull request #1104 from sharelatex/jel-content-bg-color

Lighten .content-alt background color

GitOrigin-RevId: 3a1f73a469b1a2bb537a3f15722ce115f54e1ed0
Jessica Lawshe vor 7 Jahren
Ursprung
Commit
81f027b4c3

+ 1 - 1
services/web/app/views/general/404.pug

@@ -1,7 +1,7 @@
 extends ../layout
 
 block content
-	.content
+	.content.content-alt
 		.container
 			.error-container
 				.error-figure

+ 1 - 1
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

+ 1 - 1
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;