feat: Animated 404 image, some style improvements, more attributions
This commit is contained in:
@ -33,6 +33,9 @@ $scan-opacity: 0.75;
|
||||
} @else {
|
||||
animation: none;
|
||||
}
|
||||
@media (prefers-reduced-motion) {
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
|
||||
// apply CRT animation: @include scan-crt($scan-crt);
|
||||
@ -42,6 +45,9 @@ $scan-opacity: 0.75;
|
||||
} @else {
|
||||
animation: none;
|
||||
}
|
||||
@media (prefers-reduced-motion) {
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
|
||||
// CSS .scanlines CLASS
|
||||
|
Reference in New Issue
Block a user