diff --git a/services/web/app/views/layout.pug b/services/web/app/views/layout.pug index cb717030c4..87a42c3f45 100644 --- a/services/web/app/views/layout.pug +++ b/services/web/app/views/layout.pug @@ -21,7 +21,7 @@ html(itemscope, itemtype='http://schema.org/Product') link(rel="icon", href="/" + settings.brandPrefix + "favicon.ico") link(rel="icon", sizes="192x192", href="/" + settings.brandPrefix + "touch-icon-192x192.png") link(rel="apple-touch-icon-precomposed", href="/" + settings.brandPrefix + "apple-touch-icon-precomposed.png") - link(rel="mask-icon", href="/" + settings.brandPrefix + "mask-favicon.svg", color="#a93529") + link(rel="mask-icon", href="/" + settings.brandPrefix + "mask-favicon.svg", color=settings.brandPrefix === 'ol-' ? "#4f9c45" : "#a93529") link(rel='stylesheet', href=buildCssPath("/" + settings.brandPrefix + "style.css", {hashedPath:true})) diff --git a/services/web/public/ol-apple-touch-icon-precomposed.png b/services/web/public/ol-apple-touch-icon-precomposed.png new file mode 100644 index 0000000000..f0eb3aba59 Binary files /dev/null and b/services/web/public/ol-apple-touch-icon-precomposed.png differ diff --git a/services/web/public/ol-mask-favicon.svg b/services/web/public/ol-mask-favicon.svg new file mode 100644 index 0000000000..2fbecbb5ae --- /dev/null +++ b/services/web/public/ol-mask-favicon.svg @@ -0,0 +1,4 @@ + + favicon + + diff --git a/services/web/public/ol-touch-icon-192x192.png b/services/web/public/ol-touch-icon-192x192.png new file mode 100644 index 0000000000..76cd6acc3e Binary files /dev/null and b/services/web/public/ol-touch-icon-192x192.png differ