about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--web/tvl/logo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tvl/logo/default.nix b/web/tvl/logo/default.nix
index 0c0d0e5a95..74ab4de7dd 100644
--- a/web/tvl/logo/default.nix
+++ b/web/tvl/logo/default.nix
@@ -28,7 +28,7 @@ let
     frameCss = frame: "${toString frame.at}% { fill: ${frame.colour}; }";
   in ''
     #armchair-background {
-      animation: 60s infinite alternate armchairPalette;
+      animation: 30s infinite alternate armchairPalette;
     }
 
     @keyframes armchairPalette {