dark images should only be for the big ones
Ted Unangst tedu@tedunangst.com
Mon, 01 Jan 2024 00:14:39 -0500
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
views/style.css
→
views/style.css
@@ -7,11 +7,11 @@ --fg-subtle: #a9c;
--fg-limited: #a79; } @media (prefers-color-scheme: dark) { -img { +.noise img:not(.emu) { opacity: .5; transition: opacity .5s ease-in-out; } -img:hover { +.noise img:not(.emu):hover { opacity: 1; } }