Add blurred images with no alt attributes

This commit is contained in:
Andy Bell 2020-02-03 21:30:20 +00:00
parent 6741b54a00
commit d1f79f7477

View file

@ -65,6 +65,11 @@ select {
font: inherit;
}
/* Blur images when they have no alt attribute */
img:not([alt]) {
filter: blur(10px);
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
* {