Lighten dark mode images

This commit is contained in:
Tyler Hallada 2022-10-05 18:43:00 -04:00
parent 110fee1fc5
commit bbb7af595a

View File

@ -10,7 +10,7 @@ img:not(.icon), video, div.video-container {
}
img:not(.icon) {
opacity: .75;
opacity: .90;
transition: opacity .5s ease-in-out;
}