Invert QR code when in dark mode
continuous-integration/drone Build is passing Details

master
Jonas Tobias Hopusch 3 months ago
parent c1d53ce188
commit 93af6cf603
Signed by: jotoho
GPG Key ID: 913BDF1196DCF600

@ -18,4 +18,4 @@ The following list is probably not complete and will change over time.
| Mastodon/Fediverse | [@jotoho@ruhr.social](https://ruhr.social/@jotoho) | |
| GitLab | [@jotoho](https://gitlab.com/jotoho) | Preferred Git hosting platform |
| GitHub | [@jotoho](https://github.com/jotoho) | |
| Threema | [8WEESJ8K](https://threema.id/8WEESJ8K) | <details><summary>QR-Code containing Threema-ID</summary><img src="threema-scanid-8weesj8k.svg" alt="Scannable QR-Code" width="1000px" height="1000px" loading="lazy" /></details> |
| Threema | [8WEESJ8K](https://threema.id/8WEESJ8K) | <details><summary>QR-Code containing Threema-ID</summary><img src="threema-scanid-8weesj8k.svg" alt="Scannable QR-Code" width="1000px" height="1000px" loading="lazy" class="black-white-svg" /></details> |

@ -231,6 +231,10 @@ details[open] > summary {
th {
border-color: white;
}
.black-white-svg {
filter: invert(100%);
}
}
@media (prefers-color-scheme: light) {

Loading…
Cancel
Save