Do the color inversion for the IC logos when darkmode is enabled, the logos are then shown as white on black background.

This fixes issue #242
This commit is contained in:
Jan Böhmer 2023-03-11 19:48:42 +01:00
parent 31f9145d3f
commit a9b3dcd2c2
2 changed files with 5 additions and 1 deletions

View file

@ -31,3 +31,7 @@
.darkmode--activated .hoverpic:hover {
background: black;
}
.tools-ic-logos img {
mix-blend-mode: normal;
}

View file

@ -15,7 +15,7 @@
<li class="page-item"><a class="link-anchor page-link" data-turbo="false" href="#{{ letter }}">{{ letter }}</a></li>
{% endfor %}
</ul>
<table class="table table-striped table-hover">
<table class="table table-striped table-hover tools-ic-logos">
<thead><tr class="bg-info"><th colspan="2"><a id="A">A</a></th></tr></thead>
<tr><td><img src="{{ asset("img/iclogos/acer.png") }}" alt=""></td><td>Acer Integrated Circuit Designs</td></tr>