1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-04-13 09:12:12 -04:00

Add dynamic-range-limit to prevent HDR jumpscares

Fixes #1345
This commit is contained in:
Zed
2026-02-12 20:16:50 +01:00
parent 05b6dd2a43
commit cbce620692
2 changed files with 5 additions and 1 deletions

View File

@@ -62,6 +62,10 @@ body {
text-decoration: none;
}
img {
dynamic-range-limit: standard;
}
h1 {
display: inline;
}