diff --git a/content/profiles/index.md b/content/profiles/index.md index 1cb923f..9883e95 100644 --- a/content/profiles/index.md +++ b/content/profiles/index.md @@ -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) |
QR-Code containing Threema-IDScannable QR-Code
| +| Threema | [8WEESJ8K](https://threema.id/8WEESJ8K) |
QR-Code containing Threema-IDScannable QR-Code
| diff --git a/static/css/general.css b/static/css/general.css index e814b4e..70aa092 100644 --- a/static/css/general.css +++ b/static/css/general.css @@ -231,6 +231,10 @@ details[open] > summary { th { border-color: white; } + + .black-white-svg { + filter: invert(100%); + } } @media (prefers-color-scheme: light) {