Merge pull request #24 from login000/patch-2

Adds "prefers-reduced-motion" media query
This commit is contained in:
deepend-tildeclub
2020-05-06 22:55:49 -06:00
committed by GitHub

View File

@@ -67,6 +67,7 @@ hr {
from { content: "_"; }
to { content: ""; }
}
@media not (prefers-reduced-motion: reduce) {
h1::after {
content: "_";
animation-name: cursor;
@@ -74,6 +75,7 @@ h1::after {
animation-timing-function: cubic-bezier(1.0,0,0,1.0);
animation-duration: 1s;
}
}
h1 {
text-transform: uppercase;
color: #fb5;