mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 23:27:13 +00:00
Merge pull request #1104 from sharelatex/jel-content-bg-color
Lighten .content-alt background color GitOrigin-RevId: 3a1f73a469b1a2bb537a3f15722ce115f54e1ed0
This commit is contained in:
parent
ce9cdffaa2
commit
81f027b4c3
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
extends ../layout
|
||||
|
||||
block content
|
||||
.content
|
||||
.content.content-alt
|
||||
.container
|
||||
.error-container
|
||||
.error-figure
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue