Skip to content

Commit

Permalink
fix: remove filters from company logos
Browse files Browse the repository at this point in the history
  • Loading branch information
joonatanaatos committed Nov 23, 2024
1 parent e6d4acd commit ba9a999
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion apps/web/src/app/[locale]/system-seven/system-seven.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,18 @@ img[alt~="Tietokilta"] {
brightness(108%) contrast(103%) !important;
}

img[alt~="SystemSeven"] {
img[alt~="SystemSeven"],
a[href="#yhteistyokumppanit"] ~ div a img,
a[href="#paayhteistyokumppanit"] ~ div a img,
a[href="#main-partners"] ~ div a img,
a[href="#partners"] ~ div a img {
filter: none !important;
}

footer div ul li a img {
filter: invert(100%) !important;
}

section {
:hover {
p,
Expand Down

0 comments on commit ba9a999

Please sign in to comment.