1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/CoreHome/templates/_applePinnedTabIcon.twig
Thomas Steur ac432359d9 Update theme to reflect the new logo and brand color changes (#13629)
* update theme

* fix alert box has no spacing

* fix couple issues with new theme

* improve contrast and make sure to use correct theme color

* fix notification colour

* fix wrong logo used

* fix theme color

* fix update title not readable
2018-11-13 21:23:07 +13:00

5 خطوط
182 B
Twig

{% if isCustomLogo and customFavicon is defined and customFavicon %}
{% else %}
<link rel="mask-icon" href="plugins/CoreHome/images/applePinnedTab.svg" color="#3450A3">
{% endif %}