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

This commit is contained in:
Jonas Tobias Hopusch 2023-03-26 22:04:41 +02:00
parent c1d53ce188
commit 93af6cf603
Signed by: jotoho
GPG Key ID: 913BDF1196DCF600
2 changed files with 5 additions and 1 deletions

View File

@ -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> |

View File

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