mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
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:
parent
31f9145d3f
commit
a9b3dcd2c2
2 changed files with 5 additions and 1 deletions
|
@ -31,3 +31,7 @@
|
||||||
.darkmode--activated .hoverpic:hover {
|
.darkmode--activated .hoverpic:hover {
|
||||||
background: black;
|
background: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tools-ic-logos img {
|
||||||
|
mix-blend-mode: normal;
|
||||||
|
}
|
|
@ -15,7 +15,7 @@
|
||||||
<li class="page-item"><a class="link-anchor page-link" data-turbo="false" href="#{{ letter }}">{{ letter }}</a></li>
|
<li class="page-item"><a class="link-anchor page-link" data-turbo="false" href="#{{ letter }}">{{ letter }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</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>
|
<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>
|
<tr><td><img src="{{ asset("img/iclogos/acer.png") }}" alt=""></td><td>Acer Integrated Circuit Designs</td></tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue