Add blurred images with no alt attributes
This commit is contained in:
parent
6741b54a00
commit
d1f79f7477
1 changed files with 5 additions and 0 deletions
|
@ -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) {
|
||||
* {
|
||||
|
|
Loading…
Reference in a new issue