feat: Animated 404 image, some style improvements, more attributions

This commit is contained in:
daudix-UFO
2023-11-09 21:35:12 +03:00
parent 1d65306f04
commit 8cb64945de
8 changed files with 31 additions and 14 deletions

View File

@ -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