Remove over-reaching elements

This commit is contained in:
Andy Bell 2020-11-06 19:33:20 +00:00
parent 372c2cb6a0
commit ba75f6d3ed

View file

@ -49,11 +49,6 @@ picture {
display: block;
}
/* Natural flow and rhythm in articles by default */
article > * + * {
margin-top: 1em;
}
/* Inherit fonts for inputs and buttons */
input,
button,
@ -62,11 +57,6 @@ 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) {
* {