diff --git a/src/api/format-description.md b/src/api/format-description.md index 295b2ad..10f8e10 100644 --- a/src/api/format-description.md +++ b/src/api/format-description.md @@ -4,6 +4,12 @@ filter: invert(0.8) hue-rotate(180deg); } } + +@media (prefers-color-scheme: dark) { + .light.no-js img[src$='#rr'] { + filter: invert(0.8) hue-rotate(180deg); + } +} # Format description