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

Lighten .content-alt background color

GitOrigin-RevId: 3a1f73a469b1a2bb537a3f15722ce115f54e1ed0
This commit is contained in:
Jessica Lawshe 2018-11-01 12:35:16 -05:00 committed by sharelatex
parent ce9cdffaa2
commit 81f027b4c3
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -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

View file

@ -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;