diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index 184e50270c..75b7121094 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -91,7 +91,7 @@ right: 0; bottom: 0; left: 0; - background: @editor-loading-logo-background-url no-repeat bottom / 100%; + background: @editor-loading-logo-foreground-url no-repeat bottom / 100%; transition: height .5s; } } diff --git a/services/web/public/stylesheets/core/ol-variables.less b/services/web/public/stylesheets/core/ol-variables.less index 3cefc3dad3..a126479a42 100644 --- a/services/web/public/stylesheets/core/ol-variables.less +++ b/services/web/public/stylesheets/core/ol-variables.less @@ -30,5 +30,6 @@ @editor-loading-logo-padding-top: 115.44%; @editor-loading-logo-background-url: url(/img/ol-brand/overleaf-o-grey.svg); +@editor-loading-logo-foreground-url: url(/img/ol-brand/overleaf-o.svg); @import "./_common-variables.less"; diff --git a/services/web/public/stylesheets/core/variables.less b/services/web/public/stylesheets/core/variables.less index e75c947738..3ec05ccebd 100755 --- a/services/web/public/stylesheets/core/variables.less +++ b/services/web/public/stylesheets/core/variables.less @@ -27,5 +27,6 @@ @editor-loading-logo-padding-top: 86.2%; @editor-loading-logo-background-url: url(/img/brand/lion-grey.svg); +@editor-loading-logo-foreground-url: url(/img/brand/lion.svg); @import "_common-variables.less";