diff --git a/layouts/404.html b/layouts/404.html
index fd5ce23..699e454 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -22,13 +22,13 @@
}
.glitch::before {
- color: #ff00ff;
+ color: #888;
animation: glitch-1 2s infinite linear alternate-reverse;
clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
}
.glitch::after {
- color: #00ffff;
+ color: #555;
animation: glitch-2 3s infinite linear alternate-reverse;
clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
}