Fixed logo icons in Integrations/Zapier for dark mode

This commit is contained in:
Sanne de Vries 2021-03-22 10:33:28 +01:00
parent 12abd4c2c9
commit 2937df8212
4 changed files with 14 additions and 3 deletions

View File

@ -625,6 +625,10 @@ input:focus,
mix-blend-mode: normal;
}
.apps-card-app-icon.id-typeform {
filter: invert(100%);
}
.gh-nav,
.gh-contentfilter-menu-trigger,
.gh-contentfilter-menu-trigger--active,

View File

@ -203,7 +203,7 @@
<div class="flex items-center">
<figure class="apps-card-app-orb rot-3" style="background-image:url(assets/img/logos/orb-black-4.png);background-size:32px;"></figure>
{{svg-jar "arrow-right" class="fill-midgrey w4 ml2"}}
<figure class="apps-card-app-icon" style="background-image:url(assets/img/typeform.svg);background-size:32px;"></figure>
<figure class="apps-card-app-icon id-typeform" style="background-image:url(assets/img/typeform.svg);background-size:32px;"></figure>
</div>
<div class="apps-card-meta">
<h3 class="apps-card-app-title">Survey new members using Typeform</h3>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -1 +1,6 @@
<svg width="86" height="89" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M40.28 87.561c12.464.154 21.16-3.994 30.135-12.175 8.975-8.18 14.306-16.867 14.741-28.73.436-11.862-3.412-21.43-12.564-30.581C63.441 6.923 51.64.9 39.4.899 27.158.898 18.967 6.252 11.385 16.07c-7.581 9.818-9.237 22.212-9.894 33.921-.657 11.71-1.15 17.111 6.608 24.625 7.758 7.514 19.718 12.791 32.182 12.945z" stroke="#262627"/><path d="M29.136 37.976v-4.885h25.918v4.885H44.679v27.998H39.51V37.976z" fill="#262627" fill-rule="nonzero"/></g></svg>
<svg width="86" height="89" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path d="M40.28 87.561c12.464.154 21.16-3.994 30.135-12.175 8.975-8.18 14.306-16.867 14.741-28.73.436-11.862-3.412-21.43-12.564-30.581C63.441 6.923 51.64.9 39.4.899 27.158.898 18.967 6.252 11.385 16.07c-7.581 9.818-9.237 22.212-9.894 33.921-.657 11.71-1.15 17.111 6.608 24.625 7.758 7.514 19.718 12.791 32.182 12.945z" stroke="#262627"/>
<path d="M29.136 37.976v-4.885h25.918v4.885H44.679v27.998H39.51V37.976z" fill="#262627" fill-rule="nonzero"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 554 B

After

Width:  |  Height:  |  Size: 583 B